Свойство | Тип | Описание | |
---|---|---|---|
OperationIsValid | bool |
Метод | Описание | |
---|---|---|
Bind ( |
Performs the binding of the dynamic binary operation.
|
|
FallbackBinaryOperation ( |
Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.
|
|
FallbackBinaryOperation ( |
When overridden in the derived class, performs the binding of the binary dynamic operation if the target dynamic object cannot bind.
|
Метод | Описание | |
---|---|---|
BinaryOperationBinder ( ExpressionType operation ) : System.Dynamic.Utils |
Initializes a new instance of the BinaryOperationBinder class.
|
Метод | Описание | |
---|---|---|
OperationIsValid ( ExpressionType operation ) : bool |
protected BinaryOperationBinder ( ExpressionType operation ) : System.Dynamic.Utils | ||
operation | ExpressionType | The binary operation kind. |
Результат | System.Dynamic.Utils |
public final Bind ( |
||
target | The target of the dynamic operation. | |
args | An array of arguments of the dynamic operation. | |
Результат |
public FallbackBinaryOperation ( |
||
target | The target of the dynamic binary operation. | |
arg | The right hand side operand of the dynamic binary operation. | |
Результат |
public abstract FallbackBinaryOperation ( |
||
target | The target of the dynamic binary operation. | |
arg | The right hand side operand of the dynamic binary operation. | |
errorSuggestion | The binding result in case the binding fails, or null. | |
Результат |