SplitKeyValuePair(Of TKey, TValue) Constructor
Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | SplitKeyValuePair(Of TKey, TValue)() | Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class. |
![]() | SplitKeyValuePair(Of TKey, TValue)(InArgument(Of KeyValuePair(Of TKey, TValue))) | Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class. |
SplitKeyValuePair(Of TKey, TValue) Constructor ()
Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class.
SplitKeyValuePair(Of TKey, TValue) Constructor (InArgument(Of KeyValuePair(Of TKey, TValue)))
Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class.
Parameters
- input
-
Type:
System.Activities.InArgument(Of KeyValuePair(Of TKey, TValue))
The KeyValuePair to split.
Show:
