TaskPreconditionCollectionAddRange Method |
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public void AddRange(
IEnumerable<TaskPrecondition> collection
)
Public Sub AddRange (
collection As IEnumerable(Of TaskPrecondition)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableTaskPrecondition
The collection whose elements should be added to the end of the TaskPreconditionCollection.
Exceptions Exception | Condition |
---|
ArgumentNullException | collection is null. |
See Also