C++/CLI Properties - Syntactic sugar for accessor methods - CodeProject
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 named indexers. It's supported by MSIL, so perhaps the next version of C# will support it too. Regards, Nish ...