Method Search
Search(Word)
Search the dictionary for a pattern
IEnumerable<Word> Search(Word pattern)
Parameters
pattern
WordThe pattern to search for
Returns
Exceptions
- ArgumentNullException
pattern
is null
Search the dictionary for a pattern
IEnumerable<Word> Search(Word pattern)
pattern
WordThe pattern to search for
pattern
is null