Click or drag to resize

IndexGetIndexedExpression Method

Get the indexed Expression. If there is no such expression because the Index is part of an Initializer, then this is the related NewOperator or property being assigned to, etc.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Expression GetIndexedExpression()

Return Value

Type: Expression
See Also