Table of Contents

Method SearchFirst

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

SearchFirst(Word)

Search the dictionary for a pattern and returns only the first result

Word SearchFirst(Word pattern)

Parameters

pattern Word

The 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