Share via


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

一致した規則のインデックス。

属性

適用対象