Indexer is special type of property - Csharp.Net
Q. An indexer is - Published on 31 Aug 15a. A class
b. A structure
c. An enumeration
d. A special type of property
ANSWER: A special type of property
An indexer is a special type of property. this keyword is used to define the indexers. A get accessor returns a value. A set accessor assigns a value.