C# Class VisualMutator.Model.CoverageFinder.MethodIdentifier

Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodIdentifier ( string identifier )
MethodIdentifier ( string className, string method )
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( MethodIdentifier other ) : bool

Private Methods

Méthode Description
GetWithoutParams ( string name ) : string

Method Details

Equals() protected méthode

protected Equals ( MethodIdentifier other ) : bool
other MethodIdentifier
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodIdentifier() public méthode

public MethodIdentifier ( string identifier )
identifier string

MethodIdentifier() public méthode

public MethodIdentifier ( string className, string method )
className string
method string

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool