Represents a reference to an indexer property of an object.
See Also: CodeIndexerExpression Members
System.CodeDom.CodeIndexerExpression can be used to represent a reference to a code indexer, or non-array indexer. Use System.CodeDom.CodeArrayIndexerExpression to represent a reference to array indexers.