Method GetAlphagram
GetAlphagram(IWordAlphabet, Word)
Generates an alphagram of a word
public static Word GetAlphagram(this IWordAlphabet alphabet, Word word)
Parameters
alphabet
IWordAlphabetThe alphabet to use for the computation
word
WordThe word
Returns
- Word
The word with its letter arranged in alphabetical order.