C# Class Boo.Lang.Compiler.TypeSystem.CallableResolutionService.Candidate

Show file Open project: boo/boo-lang

Public Properties

Property Type Description
Method IMethod

Public Methods

Method Description
Candidate ( CallableResolutionService crs, IMethod entity ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
Score ( int argumentIndex ) : int
ScoreVarArgs ( int argumentIndex ) : int
ToString ( ) : string

Method Details

Candidate() public method

public Candidate ( CallableResolutionService crs, IMethod entity ) : System
crs CallableResolutionService
entity IMethod
return System

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Score() public method

public Score ( int argumentIndex ) : int
argumentIndex int
return int

ScoreVarArgs() public method

public ScoreVarArgs ( int argumentIndex ) : int
argumentIndex int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Method public property

public IMethod Method
return IMethod