CallSite<T>.Create(CallSiteBinder) Método

Definição

Cria uma instância do local de chamada dinâmica, inicializada com o binder responsável pela ligação em tempo de execução das operações dinâmicas nesse local de chamada.

public:
 static System::Runtime::CompilerServices::CallSite<T> ^ Create(System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite<T> Create(System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)>
Public Shared Function Create (binder As CallSiteBinder) As CallSite(Of T)

Parâmetros

binder
CallSiteBinder

O binder responsável pela ligação em tempo de execução das operações dinâmicas neste local de chamada.

Devoluções

A nova instância do site de chamadas dinâmicas.

Aplica-se a