System.Dynamic.DynamicMetaObject.BindGetIndex Method

Performs the binding of the dynamic get index operation.

Syntax

public virtual DynamicMetaObject BindGetIndex (GetIndexBinder binder, DynamicMetaObject[] indexes)

Parameters

binder
An instance of the System.Dynamic.GetIndexBinder that represents the details of the dynamic operation.
indexes
An array of System.Dynamic.DynamicMetaObject instances - indexes for the get index operation.

Returns

The new 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