C# Class Jurassic.Compiler.MethodBinder

Selects a method from a list of candidates and performs type conversion from actual argument type to formal argument type.
Inheritance: Binder
Afficher le fichier Open project: paulbartrum/jurassic

Méthodes protégées

Méthode Description
MethodBinder ( BinderMethod targetMethod ) : System

Creates a new Binder instance.

MethodBinder ( IEnumerable targetMethods ) : System

Creates a new Binder instance.

Method Details

MethodBinder() protected méthode

Creates a new Binder instance.
protected MethodBinder ( BinderMethod targetMethod ) : System
targetMethod BinderMethod A method to bind to.
Résultat System

MethodBinder() protected méthode

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.
Résultat System