Enum UnaryOperation
Unary operation type. List of operations limited to those we currently use for code generation and could be extended in future.
public enum UnaryOperation
- Extension Methods
Fields
Not = 0
Negation (!arg).
Unary operation type. List of operations limited to those we currently use for code generation and could be extended in future.
public enum UnaryOperation
Not = 0
Negation (!arg).