Guest_imported
New member
- Jan 1, 1970
- 0
Why it is inpossible to override operator = in C# like C++ ?
Thanks
Code:
public static void operator = ( MyType mtRight )
{
...
}
Thanks