CallSite(Of T).Create Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of the dynamic call site, initialized with the binder responsible for the runtime binding of the dynamic operations at this call site.
Assembly: System.Core (in System.Core.dll)
Parameters
- binder
- Type: System.Runtime.CompilerServices.CallSiteBinder
The binder responsible for the runtime binding of the dynamic operations at this call site.
Return Value
Type: System.Runtime.CompilerServices.CallSite(Of T)The new instance of dynamic call site.
Show: