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

相符的規則索引。

屬性

適用於