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