254.

In C#, an indexer is a member of a type that...

An indexer allows client code to apply the array square bracket syntax to an object. The type defines what "indexing" means; typically, it will entail inserting and/or retrieving an element from a collection.