UnaryExpressionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |