Freigeben über


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

Name Value Description
Positive 0

Prefix, '+' character

Negative 1

Prefix, '-' charachter

BitwiseNot 2

The '~' character

Applies to