DynamicForEach(Of T) Constructor

 

Initializes a new instance of the DynamicForEach(Of T) class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Return to top

DynamicForEach(Of T) Constructor ()

Initializes a new instance of the DynamicForEach(Of T) class.

Public Sub New
Return to top

DynamicForEach(Of T) Constructor (InArgument(Of IDictionary(Of String, T)))

Initializes a new instance of the DynamicForEach(Of T) class.

Public Sub New (
	values As InArgument(Of IDictionary(Of String, T))
)

Parameters

values
Type: System.Activities.InArgument(Of IDictionary(Of String, T))

The collection of values to iterate over.

Return to top
Show: