Click or drag to resize

Vehicles(IEnumerableVehicle) Constructor

Car Delivery Network
Initializes a new instance of the Vehicles 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.3101.0 (3.2.3101)
Syntax
C#
public Vehicles(
	IEnumerable<Vehicle> vehicles
)

Parameters

vehicles  IEnumerableVehicle
The collection of Vehicles whose elements are copied to the new collection.
See Also