Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CSharpConvertBinder ( |
Initializes a new instance of the CSharpConvertBinder.
|
|
FallbackConvert ( |
Performs the binding of the dynamic convert operation if the target dynamic object cannot bind.
|
public CSharpConvertBinder ( |
||
type | The type to convert to. | |
conversionKind | CSharpConversionKind | The kind of conversion for this operation. |
isChecked | bool | True if the operation is defined in a checked context; otherwise false. |
callingContext | ||
Résultat | System |
public FallbackConvert ( |
||
target | The target of the dynamic convert operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
Résultat |