StringCollection Constructor

There are two overloads for the constructor

Overload List

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

See Also