DynamicMetaObjectBinder.Defer Method (DynamicMetaObject())
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Function Defer ( _ ParamArray args As DynamicMetaObject() _ ) As DynamicMetaObject
Parameters
- args
- Type:
System.Dynamic.DynamicMetaObject
()
An array of arguments of the dynamic operation.
Return Value
Type: System.Dynamic.DynamicMetaObjectThe DynamicMetaObject representing the result of the binding.
Show: