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

Definíció

Figyelemfelhívás

do not use this method

Lekéri a dinamikus kötési szabályokat a hívási webhelyről.

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 cli::array <T> ^ GetRules(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static T[] GetRules<T>(System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member GetRules : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> 'T[] (requires 'T : null)
Public Shared Function GetRules(Of T As Class) (site As CallSite(Of T)) As 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

T[]

Dinamikus kötési szabályok tömbje.

Attribútumok

A következőre érvényes: