UnaryOperatorKind Enum

Definition

Kind of unary operator

C#
public enum UnaryOperatorKind
Inheritance
UnaryOperatorKind

Fields

Name Value Description
None 0

Represents unknown or error operator kind.

BitwiseNegation 1

Represents the C# '~' operator.

Not 2

Represents the C# '!' operator and VB 'Not' operator.

Plus 3

Represents the unary '+' operator.

Minus 4

Represents the unary '-' operator.

True 5

Represents the C# 'true' operator and VB 'IsTrue' operator.

False 6

Represents the C# 'false' operator and VB 'IsFalse' operator.

Hat 7

Represents the C# '^' operator.

Applies to

Product Versions
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0