Nevron.Nov.DataStructures Namespace / NStringSet Class
Properties Methods


In This Topic
    NStringSet Class Members
    In This Topic

    The following tables list the members exposed by NStringSet.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of strings in this set.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new string to this set.  
    Public MethodOverloaded. Adds the strings from the given array to this string set.  
    Public MethodRemoves all strings from this set.  
    Public MethodChecks whether this string set contains the given string.  
    Public MethodCopies all items of this set to the given array, starting from the specified array index.  
    Public MethodFinds all strings in this set that are found to be similar to the given string using the specified string similarity context.  
    Public MethodOverloaded. Finds all strings in this set whose key matches the given search string and match mode.  
    Public MethodGets an iterator that iterates through the strings in this set.  
    Public MethodRemoves the given string from this set.  
    Public MethodConverts this set to an array.  
    Top
    See Also