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