Class UnaryOperatorType
The type of the unary operator: prefix or postfix
Inheritance
- Object
- UnaryOperatorType
Declaration
public sealed class UnaryOperatorType : EnumFields
Postfix
Denotes a postfix operator
Declaration
public const UnaryOperatorType PostfixField Value
| Type | Description | 
|---|---|
Prefix
Denotes a prefix operator
Declaration
public const UnaryOperatorType PrefixField Value
| Type | Description | 
|---|---|
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|