Share via


UnaryOperatorKind Enum

Definition

Enumeration of binary operators.

public enum UnaryOperatorKind
type UnaryOperatorKind = 
Public Enum UnaryOperatorKind
Inheritance
UnaryOperatorKind

Fields

Negate 0

The unary - operator.

Not 1

The not operator.

Applies to