Interface IWordDictionary
Namespace: Telerik.WinControls.SpellChecker.Proofing
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public interface IWordDictionary
  Properties
Words
Declaration
IEnumerable<string> Words { get; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<System.String>
         
  | 
    
Methods
ContainsWord(String)
Declaration
bool ContainsWord(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
GetMetaphoneKey(String)
Declaration
string GetMetaphoneKey(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Returns
| 
        System.String
         
  | 
    
GetWordsByMetaphoneKey(String)
Declaration
IEnumerable<string> GetWordsByMetaphoneKey(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Returns
| 
        System.Collections.Generic.IEnumerable<System.String>
         
  |