CallSiteOps.CreateMatchmaker<T>(CallSite<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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>
動的呼び出しサイトのインスタンス。
戻り値
新しい呼び出しサイト。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET