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

Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Свойство Type Description
Method IMethod

Méthodes publiques

Méthode 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 méthode

public Candidate ( CallableResolutionService crs, IMethod entity ) : System
crs CallableResolutionService
entity IMethod
Résultat System

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Score() public méthode

public Score ( int argumentIndex ) : int
argumentIndex int
Résultat int

ScoreVarArgs() public méthode

public ScoreVarArgs ( int argumentIndex ) : int
argumentIndex int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Method public_oe property

public IMethod Method
Résultat IMethod