StringCollection.StringCollection Constructors
Initializes a new instance of the StringCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | StringCollection() | Initializes a new empty instance of the StringCollection class. |
Public method | StringCollection(IEnumerable< System.String > items) | Initializes a new instance of the StringCollection class with the specified elements. |
StringCollection()
Initializes a new empty instance of the StringCollection class.Syntax
public StringCollection ()
StringCollection(IEnumerable< System.String > items)
Initializes a new instance of the StringCollection class with the specified elements.Syntax
public StringCollection (
IEnumerable< String (not available in C#) > items
)
Parameters
items
Type: A collection of System::String elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android