'Declaration Public Property NoBreak As System.Boolean
public System.bool NoBreak {get; set;}
This can be important for operator emulators that consist of more than one binary operator.
If the IsOperatorEmulator property is set to true the value of this property is always true.
Default value is true.
'Declaration Public Property NoBreak As System.Boolean
public System.bool NoBreak {get; set;}