Method | Description | |
---|---|---|
TryBinaryOperation ( instance, BinaryOperationBinder binder, object arg, object? &result ) : bool | ||
TryConvert ( instance, ConvertBinder binder, object? &result ) : bool |
public TryBinaryOperation ( instance, BinaryOperationBinder binder, object arg, object? &result ) : bool | ||
binder | BinaryOperationBinder | |
arg | object | |
result | object? | |
return | bool |
public TryConvert ( instance, ConvertBinder binder, object? &result ) : bool | ||
binder | ConvertBinder | |
result | object? | |
return | bool |