BuildCollection(Of TValue) Constructor

 

Initializes a new instance of the BuildCollection(Of TValue) class.

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

Return to top

BuildCollection(Of TValue) Constructor ()

Initializes a new instance of the BuildCollection(Of TValue) class.

Public Sub New
Return to top

BuildCollection(Of TValue) Constructor (InArgument(Of IEnumerable(Of TValue)))

Initializes a new instance of the BuildCollection(Of TValue) class.

Public Sub New (
	collection As InArgument(Of IEnumerable(Of TValue))
)

Parameters

collection
Type: System.Activities.InArgument(Of IEnumerable(Of TValue))

The source collection.

Return to top
Show: