Wiki

Changes between Version 12 and Version 13 of StandardLibraryExtensionMethods

Show
Ignore:
Timestamp:
11/28/10 09:45:30 (14 years ago)
Author:
Charles
Comment:

Minor comment correction

Legend:

Unmodified
Added
Removed
Modified
  • StandardLibraryExtensionMethods

    v12 v13  
    2020 
    2121        def typeOf as System.Type 
    22             """ Using.typeOf is portable between platforms in contrast to CLR .getType and JVM .getClass. """ 
     22            """ Using .typeOf is portable between platforms in contrast to CLR .getType and JVM .getClass. """ 
    2323            return .getType 
    2424