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
파일 보기 프로젝트 열기: paulbartrum/jurassic

보호된 메소드들

메소드 설명
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