프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OperationIsValid | bool |
메소드 | 설명 | |
---|---|---|
Bind ( |
Performs the binding of the dynamic unary operation.
|
|
FallbackUnaryOperation ( |
Performs the binding of the unary dynamic operation if the target dynamic object cannot bind.
|
|
FallbackUnaryOperation ( |
Performs the binding of the unary dynamic operation if the target dynamic object cannot bind.
|
메소드 | 설명 | |
---|---|---|
UnaryOperationBinder ( ExpressionType operation ) : System.Dynamic.Utils |
Initializes a new instance of the UnaryOperationBinder class.
|
메소드 | 설명 | |
---|---|---|
OperationIsValid ( ExpressionType operation ) : bool |
public final Bind ( |
||
target | The target of the dynamic operation. | |
args | An array of arguments of the dynamic operation. | |
리턴 |
public FallbackUnaryOperation ( |
||
target | The target of the dynamic unary operation. | |
리턴 |
public abstract FallbackUnaryOperation ( |
||
target | The target of the dynamic unary operation. | |
errorSuggestion | The binding result in case the binding fails, or null. | |
리턴 |
protected UnaryOperationBinder ( ExpressionType operation ) : System.Dynamic.Utils | ||
operation | ExpressionType | The unary operation kind. |
리턴 | System.Dynamic.Utils |