CodeArrayIndexerExpression.Indices Property

Definition

Gets or sets the index or 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

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

Applies to