Pidgin

Enum UnaryOperatorType

The type of the unary operator: prefix or postfix.

Declaration
public enum UnaryOperatorType

Fields

Name Description

Postfix

Denotes a postfix operator

Prefix

Denotes a prefix operator