Jobs(Int32) Constructor | |
Initializes a new instance of the
Jobs class
that is empty and has the specified initial capacity.
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public Jobs(
int capacity
)
Parameters
- capacity Int32
- The number of elements that the new list can initially store.
See Also