CodeArrayIndexerExpression.Indices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.