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