Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpBinaryOperationBinder ( ExpressionType operation, bool isChecked, CSharpBinaryOperationFlags binaryOperationFlags, |
Initializes a new instance of the CSharpBinaryOperationBinder class.
|
|
FallbackBinaryOperation ( |
Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.
|
public CSharpBinaryOperationBinder ( ExpressionType operation, bool isChecked, CSharpBinaryOperationFlags binaryOperationFlags, |
||
operation | ExpressionType | The binary operation kind. |
isChecked | bool | True if the operation is defined in a checked context; otherwise false. |
binaryOperationFlags | CSharpBinaryOperationFlags | The flags associated with this binary operation. |
callingContext | ||
argumentInfo | IEnumerable |
The sequence of |
return | System |
public final 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. | |
return |