ComponentOne Wijmo Open for Juice UI
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / WordDictionary Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetEnumerator() As System.Collections.Generic.Dictionary.Enumerator(Of TKey,TValue)
    public System.Collections.Generic.Dictionary.Enumerator<TKey,TValue> GetEnumerator()
    See Also