Share via


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 对象,这些对象共同指定数组维度中索引的特定交集。

适用于