Property | Type | Description |
---|
Method | Description | |
---|---|---|
Bind ( |
Performs the binding of the dynamic delete index operation.
|
|
FallbackDeleteIndex ( |
Performs the binding of the dynamic delete index operation if the target dynamic object cannot bind.
|
|
FallbackDeleteIndex ( |
When overridden in the derived class, performs the binding of the dynamic delete index operation if the target dynamic object cannot bind.
|
Method | Description | |
---|---|---|
DeleteIndexBinder ( |
Initializes a new instance of the DeleteIndexBinder.
|
public final Bind ( |
||
target | The target of the dynamic delete index operation. | |
args | An array of arguments of the dynamic delete index operation. | |
return |
protected DeleteIndexBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
return | System.Dynamic.Utils |
public FallbackDeleteIndex ( |
||
target | The target of the dynamic delete index operation. | |
indexes | The arguments of the dynamic delete index operation. | |
return |
public abstract FallbackDeleteIndex ( |
||
target | The target of the dynamic delete index operation. | |
indexes | The arguments of the dynamic delete index operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |