Click or drag to resize

StringSet Constructor

Overload List
  NameDescription
Public methodStringSet
Default constructor.
Public methodStringSet(StringCollection)
Construct the set from a StringCollection object.
Public methodStringSet(String)
Construct the set from the specified array of strings.
Public methodStringSet(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.
Public methodStringSet(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.
Top
See Also