Bridge

CallSite<(Of <(<'T>)>)>..::..Create Method

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

Syntax


public static CallSite<T> Create(
	CallSiteBinder binder
)
Public Shared Function Create ( _
	binder As CallSiteBinder _
) As CallSite(Of T)
public:
static CallSite<T>^ Create(
	CallSiteBinder^ binder
)