NevronOpenVision
Nevron.Nov.DataStructures Namespace / NStringSet Class
Properties Methods


NStringSet Class Members

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 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 MethodGets an iterator that iterates through the strings in this set.  
Public MethodGets the subset of all strings in this set that are found to be similar to the given string using the specified string similarity context.  
Public MethodGets the subset of all strings in this set that start with the given prefix.  
Public MethodRemoves the given string from this set.  
Public MethodConverts this set to an array.  
Public MethodPerforms a wildcard search on the items in this set and returns the subset of all strings that match the specified search string. The following wildcard characters can be used:

* - matches zero or more characters

? - matches exactly one character

 
Top
See Also