What is an indexer in C#?
Indexer is a special syntax for overloading [] operator for a class. After defining an indexer, array syntaxes can be used for the class objects.
Explore posts in the same categories: C# Interview Questions