Condividi tramite


CallSiteOps.CreateMatchmaker<T>(CallSite<T>) Metodo

Definizione

Attenzione

do not use this method

Crea un'istanza di un sito di chiamata dinamico utilizzata per la ricerca nella cache.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri di tipo

T

Tipo del delegato del CallSite.

Parametri

site
CallSite<T>

Istanza del sito di chiamata dinamico.

Restituisce

Nuovo sito di chiamata.

Attributi

Si applica a