Condividi tramite


CallSiteOps.GetRules<T>(CallSite<T>) Metodo

Definizione

Attenzione

do not use this method

Ottiene le regole di associazione dinamiche dal sito di chiamata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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()

Parametri di tipo

T

Tipo del delegato del CallSite.

Parametri

site
CallSite<T>

Istanza del sito di chiamata dinamico.

Restituisce

T[]

Matrice di regole di associazione dinamiche.

Attributi

Si applica a