Indexers
Visual Studio .NET 2003
Indexers permit instances of a class or struct to be indexed in the same way as arrays. Indexers are similar to properties except that their accessors take parameters.
In this section, the following topics are introduced:
For information on associated arrays, see the .NET Framework Hashtable Class.