Wiki

Changes between Version 15 and Version 16 of StandardLibraryExtensionMethods

Show
Ignore:
Timestamp:
08/11/11 05:33:54 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StandardLibraryExtensionMethods

    v15 v16  
    137137    extend System.Collections.IList 
    138138     
     139        def addRange(items as System.Collections.IEnumerable) 
     140 
    139141        def swap(i as int, j as int) 
    140142            require 
     
    155157    extend IList<of T> 
    156158     
     159        def addRange(items as IEnumerable<of T>) 
     160 
    157161        def concated(other as IList<of T>?) as IList<of T> 
    158162            """