CallSiteOps.GetCachedRules<T>(RuleCache<T>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
do not use this method
Dinamik işlem için geçerli kuralları dinamik kural önbelleğinde arar.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
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ür Parametreleri
- T
temsilcisinin CallSitetürü.
Parametreler
- cache
- RuleCache<T>
Önbellek.
Döndürülenler
Geçerli kuralların koleksiyonu.
- Öznitelikler