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

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