System.Dynamic.SetIndexBinder.FallbackSetIndex Method

Performs the binding of the dynamic set index operation if the target dynamic object cannot bind.

Syntax

public DynamicMetaObject FallbackSetIndex (DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value)

Parameters

target
The target of the dynamic set index operation.
indexes
The arguments of the dynamic set index operation.
value
The value to set to the collection.

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