System.Dynamic.DynamicMetaObject.BindInvokeMember Method

Performs the binding of the dynamic invoke member operation.

Syntax

public virtual DynamicMetaObject BindInvokeMember (InvokeMemberBinder binder, DynamicMetaObject[] args)

Parameters

binder
An instance of the System.Dynamic.InvokeMemberBinder that represents the details of the dynamic operation.
args
An array of System.Dynamic.DynamicMetaObject instances - arguments to the invoke member 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