Wiki

Changes between Version 4 and Version 5 of StandardLibraryExtensionMethods

Show
Ignore:
Timestamp:
02/04/09 04:03:52 (16 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StandardLibraryExtensionMethods

    v4 v5  
    2828        def split(chars as IList<of char>) as List<of String> 
    2929 
     30 
    3031    extend System.Collections.IList 
    3132     
     
    3940                .count == old.count 
    4041 
     42 
    4143    extend IEnumerable<of T> 
    4244 
    4345        def toList as List<of T> 
    4446            return List<of T>(this) 
     47 
    4548 
    4649    extend IList<of T>