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

属性值

指示索引器表达式的索引或索引的 A CodeExpressionCollection

注解

CodeExpressionCollection 可以包含一个 CodeExpression 指定目标数组中的单个索引,或者 CodeExpression 多个对象共同指定数组维度中索引的特定交集。

适用于