Robertvokac (talk | contribs) Created page with "JDotNet is partial reimplementation of .DotNet C# environment. For now only the part of .DotNet, which is used by SpeedyBlupiWindowsPhone, is planned to be implemented. The remaining parts may be implemented in the future. Note that C# .NET classes with the same name as those in the <code>java.lang</code> package are suffixed with an underscore (<code>_</code>) to avoid naming conflicts." |
Robertvokac (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
Note that C# .NET classes with the same name as those in the <code>java.lang</code> package are suffixed with an underscore (<code>_</code>) to avoid naming conflicts. | Note that C# .NET classes with the same name as those in the <code>java.lang</code> package are suffixed with an underscore (<code>_</code>) to avoid naming conflicts. | ||
[[Category:Obsolete]] |
Latest revision as of 15:25, 23 March 2025
JDotNet is partial reimplementation of .DotNet C# environment.
For now only the part of .DotNet, which is used by SpeedyBlupiWindowsPhone, is planned to be implemented. The remaining parts may be implemented in the future.
Note that C# .NET classes with the same name as those in the java.lang
package are suffixed with an underscore (_
) to avoid naming conflicts.