Jobs Constructor (Int32)

Car Delivery Network API DocumentationCar Delivery Network
Initializes a new instance of the Jobs 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.3077.0 (3.2.3077)
Syntax

C#
public Jobs(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The number of elements that the new list can initially store.
See Also

Reference