CallSiteOps.CreateMatchmaker<T>(CallSite<T>) Metódus

Definíció

Figyelemfelhívás

do not use this method

Létrehozza a gyorsítótár-kereséshez használt dinamikus híváswebhely egy példányát.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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ípusparaméterek

T

A delegált CallSitetípusa.

Paraméterek

site
CallSite<T>

A dinamikus híváswebhely egy példánya.

Válaszok

Az új híváswebhely.

Attribútumok

A következőre érvényes: