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

CallSite.Create Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a call site with the given delegate type and binder.

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

'Declaration
Public Shared Function Create ( _
	delegateType As Type, _
	binder As CallSiteBinder _
) As CallSite

Parameters

delegateType
Type: System.Type
The call site delegate type.
binder
Type: System.Runtime.CompilerServices.CallSiteBinder
The call site binder.

Return Value

Type: System.Runtime.CompilerServices.CallSite
The new call site.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft