Keyoti RapidSpell Desktop .NET API Docs
FindAnagrams Method (word, anagrams)
APIKeyoti.RapidSpellRapidSpellCheckerFindAnagrams(String, IList)
Keyoti RapidSpell Desktop .NET
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: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2) Version: 4.6.1.204