Compartilhar via


CallSiteOps.CreateMatchmaker<T>(CallSite<T>) Método

Definição

Cuidado

do not use this method

Cria uma instância de um site de chamada dinâmico usado para pesquisa de cache.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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)

Parâmetros de tipo

T

O tipo do delegado do CallSite.

Parâmetros

site
CallSite<T>

Uma instância do site de chamada dinâmico.

Retornos

O novo site de chamada.

Atributos

Aplica-se a