共用方式為


CodeArrayIndexerExpression.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

屬性值

CodeExpressionCollection,表示索引子運算式的索引。

備註

CodeExpressionCollection 可以包含 , CodeExpression 指定目標陣列內的單一索引,或多個 CodeExpression 物件一起指定陣列維度中索引的特定交集。

適用於