Table of Contents

Constructor Word

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

Word()

Constructs a new empty Word.

public Word()

Word(string)

Constructs a new Mstring with a single letter.

public Word(string singleLetter)

Parameters

singleLetter string

The single letter of the new Word.

Word(IEnumerable<string>)

Constructs a new Word from the given list of letters.

public Word(IEnumerable<string> chars)

Parameters

chars IEnumerable<string>

Construct a new Word from the given list of letters.