Click or drag to resize

ConditionalLeftAssociative Field

True if the operator is left-associative, or false if it's right-associative.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public const bool LeftAssociative = false

Field Value

Type: Boolean
See Also