ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordDictionary Class / Keys Property

In This Topic
    Keys Property (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As System.Collections.Generic.Dictionary.KeyCollection(Of TKey,TValue)
    public System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue> Keys {get;}
    See Also