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