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

Definice

Upozornění

do not use this method

Vyhledá v mezipaměti dynamických pravidel pravidla platná pro dynamickou operaci.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry typu

T

Typ delegáta CallSite.

Parametry

cache
RuleCache<T>

Mezipaměť.

Návraty

T[]

Kolekce platných pravidel.

Atributy

Platí pro