次の方法で共有


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

この呼び出しサイトでの動的操作の実行時バインディングを行うバインダー。

戻り値

動的呼び出しサイトの新しいインスタンス。

適用対象