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