Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Bind ( |
Performs the binding of the dynamic convert operation.
|
|
FallbackConvert ( |
Performs the binding of the dynamic convert operation if the target dynamic object cannot bind.
|
|
FallbackConvert ( |
When overridden in the derived class, performs the binding of the dynamic convert operation if the target dynamic object cannot bind.
|
Méthode | Description | |
---|---|---|
ConvertBinder ( Type type, bool @explicit ) : System.Dynamic.Utils |
Initializes a new instance of the ConvertBinder.
|
public final Bind ( |
||
target | The target of the dynamic convert operation. | |
args | An array of arguments of the dynamic convert operation. | |
Résultat |
protected ConvertBinder ( Type type, bool @explicit ) : System.Dynamic.Utils | ||
type | Type | The type to convert to. |
@explicit | bool | |
Résultat | System.Dynamic.Utils |
public FallbackConvert ( |
||
target | The target of the dynamic convert operation. | |
Résultat |
public abstract FallbackConvert ( |
||
target | The target of the dynamic convert operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
Résultat |