.NET Framework Class Library  

CodeArrayIndexerExpression.Indices Property

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;

Property Value

A CodeExpressionCollection that indicates the index or indexes of the indexer expression.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeArrayIndexerExpression Class | CodeArrayIndexerExpression Members | System.CodeDom Namespace