System.CodeDom.CodeArrayIndexerExpression.Indices Property

Gets or sets the index or indexes of the indexer expression.

Syntax

public CodeExpressionCollection Indices { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0