System.Dynamic.DeleteIndexBinder.FallbackDeleteIndex Method

When overridden in the derived class, performs the binding of the dynamic delete index operation if the target dynamic object cannot bind.

Syntax

public abstract DynamicMetaObject FallbackDeleteIndex (DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject errorSuggestion)

Parameters

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.

Returns

The System.Dynamic.DynamicMetaObject representing the result of the binding.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0