Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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. | |
Результат |
protected DeleteIndexBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
Результат | System.Dynamic.Utils |
public FallbackDeleteIndex ( |
||
target | The target of the dynamic delete index operation. | |
indexes | The arguments of the dynamic delete index operation. | |
Результат |
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. | |
Результат |