[This is preliminary documentation and is subject to change.]
Operator which represents all unary operations (operations on a single expression).
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public abstract class UnaryOperator : Operator
<ImmutableAttribute> _ Public MustInherit Class UnaryOperator _ Inherits Operator
[ImmutableAttribute] public ref class UnaryOperator abstract : public Operator
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
UnaryOperator(OperatorType, Operator) |
Internal. Initializes a new instance of the UnaryOperator class with a given OperatorType and Operator subexpression.
| |
Clone()()()() | (Overrides Operator.Clone()()()().) | |
Equals(Object) | (Inherited from Object.) | |
FieldGetter(String, String, Object%) | (Inherited from Object.) | |
FieldSetter(String, String, Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GetFieldInfo(String, String) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
Op | (Inherited from Operator.) | |
Right | ||
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |||
Operator | |||
UnaryOperator | |||
OptionalOperator | |||
RepeatOperator |