Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DynamicMetaObjectBinder::Defer Method

 

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

Namespace:   System.Dynamic
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodDefer(DynamicMetaObject^, array<DynamicMetaObject^>^)

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

System_CAPS_pubmethodDefer(array<DynamicMetaObject^>^)

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

Return to top
Show:
© 2017 Microsoft