C++/CLI Properties - Syntactic sugar for accessor methods - CodeProject
int get( ); void set( int _value );} My property declaration is now 5 lines long instead of 2 lines, ... The C# language does not intrinsically support named indexers, hence you see the get_ and set_ methods. Only C++/CLI and VB.NET currently support name...