UnaryExpressionType Enum

Definition

The types of scalar expressions that have a single expression as a child.

[System.Serializable]
public enum UnaryExpressionType
[<System.Serializable>]
type UnaryExpressionType = 
Public Enum UnaryExpressionType
Inheritance
UnaryExpressionType
Attributes

Fields

BitwiseNot 2

The '~' character

Negative 1

Prefix, '-' charachter

Positive 0

Prefix, '+' character

Applies to