Enum UnaryOperatorType
The type of the unary operator: prefix or postfix
Namespace: Pidgin.Expression
Assembly: Pidgin.dll
Syntax
public enum UnaryOperatorType : int
Fields
Name | Description |
---|---|
Postfix | Denotes a postfix operator |
Prefix | Denotes a prefix operator |