Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpUnaryOperationBinder ( ExpressionType operation, bool isChecked, |
Initializes a new instance of the CSharpUnaryOperationBinder class.
|
|
FallbackUnaryOperation ( |
Performs the binding of the unary dynamic operation if the target dynamic object cannot bind.
|
public CSharpUnaryOperationBinder ( ExpressionType operation, bool isChecked, |
||
operation | ExpressionType | The unary operation kind. |
isChecked | bool | True if the operation is defined in a checked context; otherwise, false. |
callingContext | ||
argumentInfo | IEnumerable |
The sequence of |
return | System |
public final FallbackUnaryOperation ( |
||
target | The target of the dynamic unary operation. | |
errorSuggestion | The binding result in case the binding fails, or null. | |
return |