How can i imlicity convert my class to other type ?

Posted by Freshblood on Stack Overflow See other posts from Stack Overflow or by Freshblood
Published on 2010-06-10T16:46:22Z Indexed on 2010/06/10 16:52 UTC
Read the original article Hit count: 177

Filed under:
|
|
|
|

For example

MyClass myClass = new MyClass();
int i = myClass;

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET