GetDictionaryValue(Of TKey, TValue) Constructor

 

GetDictionaryValue(Of TKey, TValue) Constructor ()

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

Public Sub New
Return to top

GetDictionaryValue(Of TKey, TValue) Constructor (InArgument(Of IDictionary(Of TKey, TValue)), InArgument(Of TKey))

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

Public Sub New (
	dictionary As InArgument(Of IDictionary(Of TKey, TValue)),
	key As InArgument(Of TKey)
)

Parameters

dictionary
Type: System.Activities.InArgument(Of IDictionary(Of TKey, TValue))

The dictionary from which to read.

key
Type: System.Activities.InArgument(Of TKey)

The key of the entry to retrieve.

Return to top
Show: