BuildCollection(Of TValue) Constructor
Initializes a new instance of the BuildCollection(Of TValue) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | BuildCollection(Of TValue)() | Initializes a new instance of the BuildCollection(Of TValue) class. |
![]() | BuildCollection(Of TValue)(InArgument(Of IEnumerable(Of TValue))) | Initializes a new instance of the BuildCollection(Of TValue) class. |
BuildCollection(Of TValue) Constructor ()
Initializes a new instance of the BuildCollection(Of TValue) class.
BuildCollection(Of TValue) Constructor (InArgument(Of IEnumerable(Of TValue)))
Initializes a new instance of the BuildCollection(Of TValue) class.
Parameters
- collection
-
Type:
System.Activities.InArgument(Of IEnumerable(Of TValue))
The source collection.
Show:
