Table of Contents

Method SearchFirst

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

SearchFirst(string)

public Word SearchFirst(string pattern)

Parameters

pattern string

Returns

Word

SearchFirst(Word)

public Word SearchFirst(Word pattern)

Parameters

pattern Word

Returns

Word

Remarks

This implementation may not necessarily return the same first element as Search(string), since it is optimised to search paths that are more likely to return results quickly.