C
cody
This guide says that operator methods op_Assign and op_Comma exist, so I
wonder if one can override them:
http://msdn.microsoft.com/library/d...l/cpconOperatorOverloadingUsageGuidelines.asp
I think you cannot use override these operators in .NET and it is just an
error in the documentation.
I know that at least in C# you cannot override these two operators.
wonder if one can override them:
http://msdn.microsoft.com/library/d...l/cpconOperatorOverloadingUsageGuidelines.asp
I think you cannot use override these operators in .NET and it is just an
error in the documentation.
I know that at least in C# you cannot override these two operators.