Aracılığıyla paylaş


CallSiteOps.CreateMatchmaker<T>(CallSite<T>) Yöntem

Tanım

Dikkat

do not use this method

Önbellek araması için kullanılan dinamik çağrı sitesinin bir örneğini oluşturur.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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ür Parametreleri

T

temsilcisinin CallSitetürü.

Parametreler

site
CallSite<T>

Dinamik çağrı sitesinin bir örneği.

Döndürülenler

Yeni arama sitesi.

Öznitelikler

Şunlara uygulanır