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