CallSite<T>.Create(CallSiteBinder) 方法

定义

创建动态调用站点的实例,使用负责此调用站点上动态操作的运行时绑定的联编程序进行初始化。

public:
 static System::Runtime::CompilerServices::CallSite<T> ^ Create(System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite<T> Create (System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)>
Public Shared Function Create (binder As CallSiteBinder) As CallSite(Of T)

参数

binder
CallSiteBinder

负责此调用站点上动态操作的运行时绑定的联编程序。

返回

动态调用站点的新实例。

适用于