TrackingConditionCollection Constructor (IEnumerable<TrackingCondition^>^)
.NET Framework (current version)
Initializes a new instance of the TrackingConditionCollection by using a list of TrackingCondition objects.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- conditions
-
Type:
System.Collections.Generic::IEnumerable<TrackingCondition^>^
An IEnumerable<T> list of TrackingCondition objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | conditions is a null reference (Nothing in Visual Basic) |
The TrackingConditionCollection is initialized to contain the TrackingCondition objects specified in conditions.
.NET Framework
Available since 3.0
Available since 3.0
Show: