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: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204