System.Dynamic.GetIndexBinder: Method Members

The methods of System.Dynamic.GetIndexBinder are listed below. For a list of all members, see the GetIndexBinder Members list.

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic get index operation.

FallbackGetIndex(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

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

abstract
FallbackGetIndex(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject) : DynamicMetaObject

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