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