Aracılığıyla paylaş


CallSiteOps.GetCachedRules<T>(RuleCache<T>) Yöntem

Tanım

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

T[]

Geçerli kuralların koleksiyonu.

Öznitelikler

Şunlara uygulanır