Create Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Shared Function Create ( _
	binder As CallSiteBinder _
) As CallSite(Of T)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft