Table of Contents

Method WordWithPrefixExists

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

WordWithPrefixExists(string)

public bool WordWithPrefixExists(string prefix)

Parameters

prefix string

Returns

bool

WordWithPrefixExists(Word)

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

public 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