G
Guest
Hi,
Is null value for a class instance allowed in C#? for example:
MyClass obj = null;
If Not, how to initiate an instance with value 0? How to detect if an
instance is "newed" ? And how to pass a null value to a class constructor
whch has a object paramer can be 0?
In general, how C# handle a pointer with value 0;
Thanks
Is null value for a class instance allowed in C#? for example:
MyClass obj = null;
If Not, how to initiate an instance with value 0? How to detect if an
instance is "newed" ? And how to pass a null value to a class constructor
whch has a object paramer can be 0?
In general, how C# handle a pointer with value 0;
Thanks