DataSetInfoCollection.DataSetInfoCollection Constructors
Initializes a new instance of the DataSetInfoCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | DataSetInfoCollection() | Initializes a new empty instance of the DataSetInfoCollection class. |
Public method | DataSetInfoCollection(IEnumerable< DataSetInfo > items) | Initializes a new instance of the DataSetInfoCollection class with the specified elements. |
DataSetInfoCollection()
Initializes a new empty instance of the DataSetInfoCollection class.Syntax
public DataSetInfoCollection ()
DataSetInfoCollection(IEnumerable< DataSetInfo > items)
Initializes a new instance of the DataSetInfoCollection class with the specified elements.Syntax
public DataSetInfoCollection (
IEnumerable< DataSetInfo > items
)
Parameters
items
Type: A collection of DataSetInfo 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