CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) Método

Definición

Precaución

do not use this method

Actualiza reglas en la memoria caché.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros de tipo

T

Tipo del delegado de CallSite.

Parámetros

this
CallSite<T>

Instancia del sitio de llamada dinámico.

matched
Int32

Índice de regla coincidente.

Atributos

Se aplica a