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