CallSiteOps.GetMatch(CallSite) Método

Definição

Atenção

do not use this method

Verifica se a regra aplicada correspondia.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

public:
 static bool GetMatch(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static bool GetMatch(System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member GetMatch : System.Runtime.CompilerServices.CallSite -> bool
Public Shared Function GetMatch (site As CallSite) As Boolean

Parâmetros

site
CallSite

Uma instância do site de chamadas dinâmicas.

Devoluções

true se a regra correspondesse; caso contrário, false.

Atributos

Aplica-se a