StringCollection Constructor

There are three overloads for the constructor

Overload List

StringCollection Default constructor
StringCollection(IEnumerableString) Construct collection from an enumerable list of String objects

See Also