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