C# Class AlienLanguage.Language

Show file Open project: ajlopez/TddRocks

Public Methods

Method Description
AddWord ( string word ) : void
Match ( string match ) : IEnumerable

Private Methods

Method Description
IsPattern ( string match ) : bool
SplitPattern ( string match ) : IList

Method Details

AddWord() public method

public AddWord ( string word ) : void
word string
return void

Match() public method

public Match ( string match ) : IEnumerable
match string
return IEnumerable