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