System.Dynamic.DynamicMetaObjectBinder.Bind Method

When overridden in the derived class, performs the binding of the dynamic operation.

Syntax

public abstract DynamicMetaObject Bind (DynamicMetaObject target, DynamicMetaObject[] args)

Parameters

target
The target of the dynamic operation.
args
An array of arguments of the dynamic operation.

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