DynamicMetaObjectBinder.Bind Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Bind(DynamicMetaObject, array<DynamicMetaObject[]) When overridden in the derived class, performs the binding of the dynamic operation.
Public method Bind(array<Object[], ReadOnlyCollection<ParameterExpression>, LabelTarget) Performs the runtime binding of the dynamic operation on a set of arguments. (Overrides CallSiteBinder.Bind(array<Object[], ReadOnlyCollection<ParameterExpression>, LabelTarget).)

Top