Click or drag to resize

DamageItems(IEnumerableDamageItem) Constructor

Car Delivery Network
Initializes a new instance of the DamageItems class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3102.0 (3.2.3102)
Syntax
C#
public DamageItems(
	IEnumerable<DamageItem> damageItems
)

Parameters

damageItems  IEnumerableDamageItem
The collection of DamageItems whose elements are copied to the new collection.
See Also