Keyoti RapidSpell WPF API Docs
FindAnagrams Method (word, anagrams)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerFindAnagrams(String, IList)
Keyoti RapidSpell WPF
Finds anagrams of word and puts them in anagrams if not already present.
Declaration Syntax
C#Visual BasicVisual C++
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
ExceptionCondition
ArgumentNullExceptionif word is null/nothing

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