StringSet Constructor |
Name | Description | |
---|---|---|
StringSet |
Default constructor.
| |
StringSet(StringCollection) |
Construct the set from a StringCollection object.
| |
StringSet(String) |
Construct the set from the specified array of strings.
| |
StringSet(String, Char) |
Contruct the set from a separator-separated list of items.
For example, adding "a;b;c" with ';' separator adds 3 items, "a", "b", "c".
Note that blank and null items are skipped.
| |
StringSet(String, Char, SplitOptions) |
Contruct the set from a separator-separated list of items.
For example, adding "a;b;c" with ';' separator adds 3 items, "a", "b", "c".
Note that opts can be used to trim and/or include blank and null items.
|