Table of Contents

Method AddWord

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

AddWord(string)

public void AddWord(string word)

Parameters

word string

AddWord(Word)

Add a word to the dictionary

public void AddWord(Word word)

Parameters

word Word

The word to add to the dictionary

Exceptions

ArgumentNullException

word is null

ArgumentException

word is length 0