Compartir a través de


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

Definición

Precaución

do not use this method

Crea una instancia de un sitio de llamada dinámico utilizado para la búsqueda en memoria caché.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el 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

Tipo del delegado de CallSite.

Parámetros

site
CallSite<T>

Instancia del sitio de llamada dinámico.

Devoluciones

Nuevo sitio de llamada.

Atributos

Se aplica a