BooleanBinaryExpressionType
BooleanBinaryExpressionType
BooleanBinaryExpressionType
Enum
Definition
The types of boolean expressions that have two expressions as children.
[Serializable]
public enum BooleanBinaryExpressionType
type BooleanBinaryExpressionType =
Public Enum BooleanBinaryExpressionType
- Inheritance
- Attributes
-
SerializableAttribute
Fields
And And And | 0 | The AND keyword, boolean and operation |
Or Or Or | 1 | The OR keyword, boolean or operation |