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