CallSiteOps.GetCachedRules<T>(RuleCache<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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[]
适用规则的集合。
- 属性