Share via


CallSiteOps.CreateMatchmaker<T>(CallSite<T>) メソッド

定義

注意事項

do not use this method

キャッシュの検索に使用する動的呼び出しサイトのインスタンスを作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
generic <typename T>
 where T : class static System::Runtime::CompilerServices::CallSite<T> ^ CreateMatchmaker(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.CallSite<T> CreateMatchmaker<T> (System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member CreateMatchmaker : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> (requires 'T : null)
Public Shared Function CreateMatchmaker(Of T As Class) (site As CallSite(Of T)) As CallSite(Of T)

型パラメーター

T

CallSite のデリゲートの型。

パラメーター

site
CallSite<T>

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

戻り値

新しい呼び出しサイト。

属性

適用対象