C# 클래스 Boo.Lang.Compiler.TypeSystem.CallableResolutionService.Candidate

파일 보기 프로젝트 열기: boo/boo-lang

공개 프로퍼티들

프로퍼티 타입 설명
Method IMethod

공개 메소드들

메소드 설명
Candidate ( CallableResolutionService crs, IMethod entity ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
Score ( int argumentIndex ) : int
ScoreVarArgs ( int argumentIndex ) : int
ToString ( ) : string

메소드 상세

Candidate() 공개 메소드

public Candidate ( CallableResolutionService crs, IMethod entity ) : System
crs CallableResolutionService
entity IMethod
리턴 System

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Score() 공개 메소드

public Score ( int argumentIndex ) : int
argumentIndex int
리턴 int

ScoreVarArgs() 공개 메소드

public ScoreVarArgs ( int argumentIndex ) : int
argumentIndex int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Method 공개적으로 프로퍼티

public IMethod Method
리턴 IMethod