C# Класс Jurassic.Compiler.MethodBinder

Selects a method from a list of candidates and performs type conversion from actual argument type to formal argument type.
Наследование: Binder
Показать файл Открыть проект

Защищенные методы

Метод Описание
MethodBinder ( BinderMethod targetMethod ) : System

Creates a new Binder instance.

MethodBinder ( IEnumerable targetMethods ) : System

Creates a new Binder instance.

Описание методов

MethodBinder() защищенный Метод

Creates a new Binder instance.
protected MethodBinder ( BinderMethod targetMethod ) : System
targetMethod BinderMethod A method to bind to.
Результат System

MethodBinder() защищенный Метод

Creates a new Binder instance.
protected MethodBinder ( IEnumerable targetMethods ) : System
targetMethods IEnumerable An enumerable list of methods to bind to. At least one /// method must be provided. Every method must have the same name and declaring type.
Результат System