프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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. | |
리턴 |