CallSiteOps.MoveRule<T>(RuleCache<T>, T, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
do not use this method
在缓存内移动绑定规则。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
generic <typename T>
where T : class static void MoveRule(System::Runtime::CompilerServices::RuleCache<T> ^ cache, T rule, int i);
[System.Obsolete("do not use this method", true)]
public static void MoveRule<T> (System.Runtime.CompilerServices.RuleCache<T> cache, T rule, int i) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member MoveRule : System.Runtime.CompilerServices.RuleCache<'T (requires 'T : null)> * 'T * int -> unit (requires 'T : null)
Public Shared Sub MoveRule(Of T As Class) (cache As RuleCache(Of T), rule As T, i As Integer)
类型参数
- T
CallSite 的委托的类型。
参数
- cache
- RuleCache<T>
调用站点的规则缓存。
- rule
- T
调用站点规则的实例。
- i
- Int32
调用站点规则的索引。
- 属性