Sdílet prostřednictvím


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

Definice

Upozornění

do not use this method

Aktualizace pravidla v mezipaměti.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry typu

T

Typ delegáta CallSite.

Parametry

this
CallSite<T>

Instance webu dynamického volání.

matched
Int32

Index odpovídajícího pravidla.

Atributy

Platí pro