Changes between Version 12 and Version 13 of StandardLibraryExtensionMethods
- Timestamp:
- 11/28/10 09:45:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StandardLibraryExtensionMethods
v12 v13 20 20 21 21 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. """ 23 23 return .getType 24 24