Pidgin

Class UnaryOperatorType

The type of the unary operator: prefix or postfix.

Inheritance
Declaration
public sealed class UnaryOperatorType : Enum

Fields

Postfix

Denotes a postfix operator

Declaration
public const UnaryOperatorType Postfix
Field Value
Type Description

UnaryOperatorType

Prefix

Denotes a prefix operator

Declaration
public const UnaryOperatorType Prefix
Field Value
Type Description

UnaryOperatorType

value__

Declaration
public int value__
Field Value
Type Description

Int32