C# Class AlienLanguage.Language

Afficher le fichier Open project: ajlopez/TddRocks

Méthodes publiques

Méthode Description
AddWord ( string word ) : void
Match ( string match ) : IEnumerable

Private Methods

Méthode Description
IsPattern ( string match ) : bool
SplitPattern ( string match ) : IList

Method Details

AddWord() public méthode

public AddWord ( string word ) : void
word string
Résultat void

Match() public méthode

public Match ( string match ) : IEnumerable
match string
Résultat IEnumerable