0
kicks
Overloading operator [] in C#
Recently I find my self wanting to create custom index operators in C# and I always seem to forget the syntax behind overloading the [] operator. Fortunately Krisc remembered the syntax.