CallSiteOps.GetCachedRules<T>(RuleCache<T>) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Figyelemfelhívás
do not use this method
A dinamikus szabály gyorsítótárában megkeresi a dinamikus műveletre vonatkozó szabályokat.
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> ^ 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()
Típusparaméterek
- T
A delegált CallSitetípusa.
Paraméterek
- cache
- RuleCache<T>
A gyorsítótár.
Válaszok
Az alkalmazandó szabályok gyűjteménye.
- Attribútumok