System.CodeDom.CodeArrayIndexerExpression Class

Represents a reference to an index of an array.

See Also: CodeArrayIndexerExpression Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeArrayIndexerExpression : CodeExpression

Remarks

System.CodeDom.CodeArrayIndexerExpression can be used to represent a reference to an index of an array of one or more dimensions. Use System.CodeDom.CodeIndexerExpression for representing a reference to an index of a code (non-array) indexer. The CodeArrayIndexerExpression.TargetObject property indicates the indexer object. The CodeArrayIndexerExpression.Indices property indicates either a single index within the target array, or a set of indexes that together specify a specific intersection of indexes across the dimensions of the array.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0