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

Definitie

Let op

do not use this method

Hiermee wordt in de cache met dynamische regels gezocht naar regels die van toepassing zijn op de dynamische bewerking.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Type parameters

T

Het type gemachtigde van de CallSite.

Parameters

cache
RuleCache<T>

De cache.

Retouren

T[]

De verzameling van toepasselijke regels.

Kenmerken

Van toepassing op