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