Initializes a new instance of the DamageItems class
that is empty and has the specified initial capacity.
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3062.0 (3.2.3062)
Syntax
C#
public DamageItems( int capacity )
Parameters
- capacity
- Type: SystemInt32
The number of elements that the new list can initially store
See Also