Keyoti RapidSpell WPF Finds anagrams of word and puts them in anagrams if not already present.

Declaration Syntax
public virtual void FindAnagrams(
string word,
IList anagrams
)
Public Overridable Sub FindAnagrams ( _
word As String, _
anagrams As IList _
)
public:
virtual void FindAnagrams(
String^ word,
IList^ anagrams
)

Parameters
- word (String)
- The word to find anagrams of
- anagrams (IList)
- A list that anagrams will be added to.

Remarks

Exceptions
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827