Share via


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[]

適用できる規則のコレクション。

属性

適用対象