Table of Contents

Method WordWithPrefixExists

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

WordWithPrefixExists(Word)

Gets whether a certain prefix leads to a word or is a word itself

bool WordWithPrefixExists(Word prefix)

Parameters

prefix Word

The prefix to check

Returns

bool

True if the given prefix leads to a word or is a word

Exceptions

ArgumentNullException

prefixis null