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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void FindAnagrams(
	string word,
	IList anagrams
)
public virtual void FindAnagrams(
	string word,
	IList anagrams
)
Public Overridable Sub FindAnagrams ( 
	word As String,
	anagrams As IList
)
Public Overridable Sub FindAnagrams ( 
	word As String,
	anagrams As IList
)
public:
virtual void FindAnagrams(
	String^ word, 
	IList^ anagrams
)
public:
virtual void FindAnagrams(
	String^ word, 
	IList^ anagrams
)
abstract FindAnagrams : 
        word : string * 
        anagrams : IList -> unit 
override FindAnagrams : 
        word : string * 
        anagrams : IList -> unit 
abstract FindAnagrams : 
        word : string * 
        anagrams : IList -> unit 
override FindAnagrams : 
        word : string * 
        anagrams : IList -> unit 
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412