Changeset 526 for trunk/ab5.0/ablib/src/Classes/System/Collections/Generic
- Timestamp:
- Jun 26, 2008, 8:25:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Collections/Generic/List.ab
r519 r526 156 156 157 157 /*! 158 @brief Listの要素を文字列で返す 159 @author OverTaker 160 @date 2008/6/26 161 @return 文字列 162 */ 163 Override Function ToString() As String 164 Dim object As Object 165 Dim s As String 166 Foreach object In This 167 s += object.ToString() + Ex"\r\n" 168 Next 169 Return s 170 End Function 171 172 /*! 158 173 @brief IEnumeratorインターフェイスを取得する 159 174 @author Daisuke Yamamoto
Note:
See TracChangeset
for help on using the changeset viewer.