Class UnaryOperatorType
The type of the UnaryOperator<T>: prefix or postfix
Inheritance
- Object
- UnaryOperatorType
Declaration
public sealed class UnaryOperatorType : Enum
Fields
Postfix
Denotes a postfix operator
Declaration
public const UnaryOperatorType Postfix
Field Value
Type | Description |
---|---|
Prefix
Denotes a prefix operator
Declaration
public const UnaryOperatorType Prefix
Field Value
Type | Description |
---|---|
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|