CodeIndexerExpression.Indices 屬性

定義

取得索引器表達式的索引集合。

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

屬性值

A CodeExpressionCollection 表示索引表達式的索引。

備註

A CodeExpressionCollection 可以包含指定目標索引器中單一索引的物件,或CodeExpression多個CodeExpression物件共同指定跨索引器維度的特定索引交集。

適用於