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

Definição

Cuidado

do not use this method

Atualiza regras no cache.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

O tipo do delegado do CallSite.

Parâmetros

this
CallSite<T>

Uma instância do site de chamada dinâmico.

matched
Int32

O índice da regra correspondente.

Atributos

Aplica-se a