Click or drag to resize

DamageItems(Int32) Constructor

Car Delivery Network
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.3101.0 (3.2.3101)
Syntax
C#
public DamageItems(
	int capacity
)

Parameters

capacity  Int32
The number of elements that the new list can initially store
See Also