Unlike C++, in C# you can\'t overload the assignment operator.
I\'m doing a custom Number class for arithmetic operations with very large numbers and I want it to h
Maybe what you're looking for can be solved using C# accessors.
http://msdn.microsoft.com/en-us/library/aa287786(v=vs.71).aspx