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

Definitie

Let op

do not use this method

Hiermee maakt u een exemplaar van een dynamische aanroepsite die wordt gebruikt voor het opzoeken van de cache.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Type parameters

T

Het type gemachtigde van de CallSite.

Parameters

site
CallSite<T>

Een exemplaar van de dynamische oproepsite.

Retouren

De nieuwe oproepsite.

Kenmerken

Van toepassing op