Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NDictionary Class / GetAllWords Method


In This Topic
    GetAllWords Method (NDictionary)
    In This Topic
    Gets an iterator that iterates through all words currently stored in the dictionary.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetAllWords() As INIterator(Of Char())
    'Usage
     
    
    Dim instance As NDictionary
    Dim value As INIterator(Of Char())
     
    value = instance.GetAllWords()
    public abstract INIterator<char[]> GetAllWords()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also