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