共用方式為


CallSiteOps.GetCachedRules<T>(RuleCache<T>) 方法

定義

警告

do not use this method

在動態規則快取中搜尋適用於動態作業的規則。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

CallSite 的委派型別。

參數

cache
RuleCache<T>

快取。

傳回

T[]

適用規則的集合。

屬性

適用於