Table of Contents

Method GetAlphagram

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

GetAlphagram(IWordAlphabet, Word)

Generates an alphagram of a word

public static Word GetAlphagram(this IWordAlphabet alphabet, Word word)

Parameters

alphabet IWordAlphabet

The alphabet to use for the computation

word Word

The word

Returns

Word

The word with its letter arranged in alphabetical order.