SplitKeyValuePair(Of TKey, TValue) Constructor

 

SplitKeyValuePair(Of TKey, TValue) Constructor ()

Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class.

Public Sub New
Return to top

SplitKeyValuePair(Of TKey, TValue) Constructor (InArgument(Of KeyValuePair(Of TKey, TValue)))

Initializes a new instance of the SplitKeyValuePair(Of TKey, TValue) class.

Public Sub New (
	input As InArgument(Of KeyValuePair(Of TKey, TValue))
)

Parameters

input
Type: System.Activities.InArgument(Of KeyValuePair(Of TKey, TValue))

The KeyValuePair to split.

Return to top
Show: