V
VB Developer
Overloading of the unary ++ operator in vb.net is not working. It show error:
Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And,
Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.
Is there any way can to get rid of this error?
C# is working fine for overloading ++, and do I need to change developing
language to C#? Any suggestion?
Operator declaration must be one of: +, -, *, \, /, ^, &, Like, Mod, And,
Or, Xor, Not, <<, >>, =, <>, <, <=, >, >=, CType, IsTrue, IsFalse.
Is there any way can to get rid of this error?
C# is working fine for overloading ++, and do I need to change developing
language to C#? Any suggestion?