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

Definicja

Przestroga

do not use this method

Wyszukuje dynamiczną pamięć podręczną reguł dla reguł mających zastosowanie do operacji dynamicznej.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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 delegata obiektu CallSite.

Parametry

cache
RuleCache<T>

Pamięć podręczna.

Zwraca

T[]

Kolekcja odpowiednich reguł.

Atrybuty

Dotyczy