Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / ToHashSet Method

In This Topic
    ToHashSet Method
    In This Topic
    Creates a HashSet with the current set of codes.
    Syntax
    'Declaration
     
    Public Function ToHashSet() As System.Collections.Generic.HashSet(Of Integer)
    public System.Collections.Generic.HashSet<int> ToHashSet()
    See Also