Indexer is a CLR language feature that allows array-like access to the properties of an object using getter and setter methods and an index value. Related tutorials: Class CTS (Common Type System) FCL (Framework Class Library) Interface