How to create .NET 4 C# class instance in Nemerle?

180 views Asked by At

How to create .NET 4 C# class instance in Nemerle for example simple System.Object (or mofe complex class from .DLL)?

1

There are 1 answers

0
Don Reba On

Same as in C#, except without the new keyword. Just make sure you are using the .NET 4.0 version of Nemerle. See the wiki for more information: https://github.com/rsdn/nemerle/wiki.