Method SearchFirst
SearchFirst(Word)
Search the dictionary for a pattern and returns only the first result
Word SearchFirst(Word pattern)
Parameters
pattern
WordThe pattern to search for
Returns
- Word
The first word found to match the given pattern, or null if none exist.
Exceptions
- ArgumentNullException
pattern
is null