DynamicForEach(Of T) Constructor
Initializes a new instance of the DynamicForEach(Of T) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | DynamicForEach(Of T)() | Initializes a new instance of the DynamicForEach(Of T) class. |
![]() | DynamicForEach(Of T)(InArgument(Of IDictionary(Of String, T))) | Initializes a new instance of the DynamicForEach(Of T) class. |
DynamicForEach(Of T) Constructor ()
Initializes a new instance of the DynamicForEach(Of T) class.
DynamicForEach(Of T) Constructor (InArgument(Of IDictionary(Of String, T)))
Initializes a new instance of the DynamicForEach(Of T) class.
Parameters
- values
-
Type:
System.Activities.InArgument(Of IDictionary(Of String, T))
The collection of values to iterate over.
Show:
