Keyoti RapidSpell Web .NET Help Docs
FindAnagrams Method (word, anagrams)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerFindAnagrams(String, IList)
Keyoti RapidSpell Web .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.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625