Condition
Gets the condition expression (the return type does not need to be bool
. Zero and null
values are considered false
).
Declaration
IExpression Condition { get; }
Property Value
Type | Description |
---|---|
IExpression |
Gets the condition expression (the return type does not need to be bool
. Zero and null
values are considered false
).
IExpression Condition { get; }
Type | Description |
---|---|
IExpression |