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#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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214