[This is preliminary documentation and is subject to change.]
Operator which represents all binary operations (operations on two expressions).
| C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public abstract class BinaryOperator : Operator
<ImmutableAttribute> _ Public MustInherit Class BinaryOperator _ Inherits Operator
[ImmutableAttribute] public ref class BinaryOperator abstract : public Operator
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BinaryOperator(OperatorType, Operator, Operator) |
Internal. Initializes a new instance of the BinaryOperator class with a given OperatorType and two Operator subexpressions.
| |
| 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.) | |
| Left | ||
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Op | (Inherited from Operator.) | |
| Right | ||
| ToString()()()() | (Inherited from Object.) |
| Object | |||
| Operator | |||
| BinaryOperator | |||
| LogicalAndOperator | |||
| LogicalOrOperator | |||