Gets or sets the index or indexes of the indexer expression.
[Visual Basic] Public ReadOnly Property Indices As CodeExpressionCollection [C#] public CodeExpressionCollection Indices {get;} [C++] public: __property CodeExpressionCollection* get_Indices(); [JScript] public function get Indices() : CodeExpressionCollection;
A CodeExpressionCollection that indicates the index or indexes of the indexer expression.
This CodeExpressionCollection can contain a CodeExpression that specifies a single index within the target array, or multiple CodeExpression objects that together specify a specific intersection of indexes across the dimensions of the array.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeArrayIndexerExpression Class | CodeArrayIndexerExpression Members | System.CodeDom Namespace