Bagikan melalui


CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) Metode

Definisi

Perhatian

do not use this method

Updates aturan dalam cache.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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)

Jenis parameter

T

Jenis delegasi CallSite.

Parameter

this
CallSite<T>

Instans situs panggilan dinamis.

matched
Int32

Indeks aturan yang cocok.

Atribut

Berlaku untuk