| 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. |
![]() | AddRange | Overloaded. Adds the strings from the given array to this string 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. |
![]() | FindSimilarStrings | Finds all strings in this set that are found to be similar to the given string using the specified string similarity context. |
![]() | FindStrings | Overloaded. Finds all strings in this set whose key matches the given search string and match mode. |
![]() | GetIterator | Gets an iterator that iterates through the strings in this set. |
![]() | Remove | Removes the given string from this set. |
![]() | ToArray | Converts this set to an array. |