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