CallSiteOps.GetCachedRules<T>(RuleCache<T>) Metodo

Definizione

Attenzione

do not use this method

Cerca nella cache della regola dinamica regole applicabili all'operazione dinamica.

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

Parametri di tipo

T

Tipo del delegato del CallSite.

Parametri

cache
RuleCache<T>

Cache.

Restituisce

T[]

Raccolta di regole applicabili.

Attributi

Si applica a