Finds anagrams of word and puts them in anagrams if not already present.
| C# | Visual Basic | Visual C++ | F# |
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 )
abstract FindAnagrams : word : string * anagrams : IList -> unit override FindAnagrams : word : string * anagrams : IList -> unit
| Exception | Condition |
|---|---|
| ArgumentNullException | if word is null/nothing |
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)