CodeIndexerExpression.Indices Property

Definition

Gets the collection of indexes of the indexer expression.

public:
 property System::CodeDom::CodeExpressionCollection ^ Indices { System::CodeDom::CodeExpressionCollection ^ get(); };
public System.CodeDom.CodeExpressionCollection Indices { get; }
member this.Indices : System.CodeDom.CodeExpressionCollection
Public ReadOnly Property Indices As CodeExpressionCollection

Property Value

A CodeExpressionCollection that indicates the index or indexes of the indexer expression.

Remarks

A CodeExpressionCollection can contain a CodeExpression that specifies a single index within the target indexer, or multiple CodeExpression objects that together specify a specific intersection of indexes across the dimensions of the indexer.

Applies to