Name | Description | |
---|---|---|
NStringSet Constructor | Initializing constructor. |
The following tables list the members exposed by NStringSet.
Name | Description | |
---|---|---|
NStringSet Constructor | Initializing constructor. |
Name | Description | |
---|---|---|
Add | Adds a new string to this set. | |
Clear | Removes all strings from this set. | |
Contains | Checks whether this string set contains the given string. | |
CopyTo | Copies all items of this set to the given array, starting from the specified array index. | |
GetIterator | Gets an iterator that iterates through the strings in this set. | |
GetSimilarStrings | Gets the subset of all strings in this set that are found to be similar to the given string using the specified string similarity context. | |
GetStringsStartingWith | Gets the subset of all strings in this set that start with the given prefix. | |
Remove | Removes the given string from this set. | |
ToArray | Converts this set to an array. | |
WildcardSearch | Performs 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 |