Documents(IEnumerableDocument) Constructor | |
Initializes a new instance of the
Documents class
that contains elements copied from the specified collection and has sufficient
capacity to accommodate the number of elements copied.
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public Documents(
IEnumerable<Document> documents
)
Parameters
- documents IEnumerableDocument
- The collection of Documents whose elements are copied to the new collection.
See Also