Jobs Constructor (IEnumerableJob)

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

C#
public Jobs(
	IEnumerable<Job> jobs
)

Parameters

jobs
Type: System.Collections.GenericIEnumerableJob
The collection of jobs whose elements are copied to the new collection.
See Also

Reference