Changes between Version 15 and Version 16 of StandardLibraryExtensionMethods
- Timestamp:
- 08/11/11 05:33:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StandardLibraryExtensionMethods
v15 v16 137 137 extend System.Collections.IList 138 138 139 def addRange(items as System.Collections.IEnumerable) 140 139 141 def swap(i as int, j as int) 140 142 require … … 155 157 extend IList<of T> 156 158 159 def addRange(items as IEnumerable<of T>) 160 157 161 def concated(other as IList<of T>?) as IList<of T> 158 162 """