| Overload | Description | 
|---|---|
| StringCollection Constructor() | Initializes a new instance of the collection class that is empty. | 
| StringCollection Constructor(IEnumerable<String>) | Initializes a new instance of the collection, with given items. | 
 
            | Overload | Description | 
|---|---|
| StringCollection Constructor() | Initializes a new instance of the collection class that is empty. | 
| StringCollection Constructor(IEnumerable<String>) | Initializes a new instance of the collection, with given items. |