CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) 方法

定义

注意

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

匹配的规则索引。

属性

适用于