Table of Contents

Constructor LatinAlphabet

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

LatinAlphabet()

Initialize the alphabet with default characters.

public LatinAlphabet()

LatinAlphabet(IEnumerable<string>)

Initialize the alphabet with a custom sequence of characters. The order of the letters will define the sorting of MStrings constructed from this alphabet.

public LatinAlphabet(IEnumerable<string> alphabet)

Parameters

alphabet IEnumerable<string>

A sorted list of letters