C# Class fitnesse.mtee.model.IdentifierName

Inheritance: NameMatcher
Afficher le fichier Open project: unclebob/nslim Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( IdentifierName other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
IdentifierName ( string name ) : System
IsStartOf ( string other ) : bool
Matches ( string name ) : bool
ToString ( ) : string

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IdentifierName() public méthode

public IdentifierName ( string name ) : System
name string
Résultat System

IsStartOf() public méthode

public IsStartOf ( string other ) : bool
other string
Résultat bool

Matches() public méthode

public Matches ( string name ) : bool
name string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string