Changes between Version 2 and Version 3 of SystemFields

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 19:03:51 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemFields

    v2 v3  
    1 There are two fields in [http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html Java.lang.System], '''in''' and '''out''' - that are keywords in C# language. In !IKVM.!GNU.!Classpath.dll they renamed to '''@in''' and '''@out''' respectively. We rename those in VirtualizationMode. 
     1There are two fields in [http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html Java.lang.System], '''in''' and '''out''' - that are keywords in C# language. In !IKVM.!GNU.!Classpath.dll they have been renamed to '''@in''' and '''@out''' respectively. We rename those in VirtualizationMode. 
    22 
    33[Java]