Class RadNonPersistentCustomDictionary
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.SpellChecker.Proofing
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public class RadNonPersistentCustomDictionary : WordDictionary, ICustomWordDictionary, IWordDictionary
  Constructors
RadNonPersistentCustomDictionary()
Declaration
public RadNonPersistentCustomDictionary()
  Methods
AddWord(String)
Declaration
public void AddWord(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Implements
RemoveWord(String)
Declaration
public void RemoveWord(string word)
  Parameters
| 
        System.String
        word
         
  |