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