overloading operator op_Assign and op_Comma

  • Thread starter Thread starter cody
  • Start date Start date
But if you overload op_Assign or op_Comma in C++ you should be able to
directly or indirectly invoke it from C#?
Besides, I've never understood what overloading the comma operator in C++
was good for.
 
But if you overload op_Assign or op_Comma in C++ you should be able to
directly or indirectly invoke it from C#?

I believe you can call them as regular static methods.



Mattias
 
Back
Top