StringCollection Constructor

There are two overloads for the constructor

Overload List

StringCollection() Default constructor
StringCollection(IEnumerable<String>) Construct a collection from an enumerable list of String objects

See Also