CodeIndexerExpression.Indices Vlastnost

Definice

Získá kolekci indexů výrazu indexeru.

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

Hodnota vlastnosti

Hodnota CodeExpressionCollection označující index nebo indexy výrazu indexeru.

Poznámky

A CodeExpressionCollection může obsahovat CodeExpression jeden index, který určuje jeden index v rámci cílového indexeru, nebo více CodeExpression objektů, které společně určují určitý průnik indexů napříč dimenzemi indexeru.

Platí pro