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

Definition

Varning

do not use this method

Skapar en instans av en dynamisk anropswebbplats som används för cachesökning.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Typparametrar

T

Typen av ombud för CallSite.

Parametrar

site
CallSite<T>

En instans av den dynamiska anropswebbplatsen.

Returer

Den nya anropswebbplatsen.

Attribut

Gäller för