CxExpressionIndex

Description

sealed class Tinman.Core.Cx.Expressions.CxExpressionIndex

An expression that accesses an element by its index:

target[index]

Public / Constructors

Cx​Expression​Index


public constructor CxExpressionIndex → (2)

target in : CxExpression

[not-null]
See Target.

index in : CxExpression

[not-null]
See Index.

Creates a new instance of CxExpressionMember.

Public / Attributes

Index


[Constant]
public attribute Index → (get)

value : CxExpression

[not-empty]
The element index expression.

Returns the element index.

Target


[Constant]
public attribute Target → (get)

value : CxExpression

[not-null]
The target expression.

Returns the target expression.