GetDictionaryValue(Of TKey, TValue) Constructor
Initializes a new instance of the GetDictionaryValue(Of TKey, TValue) class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | GetDictionaryValue(Of TKey, TValue)() | Initializes a new instance of the GetDictionaryValue(Of TKey, TValue) class. |
![]() | GetDictionaryValue(Of TKey, TValue)(InArgument(Of IDictionary(Of TKey, TValue)), InArgument(Of TKey)) | Initializes a new instance of the GetDictionaryValue(Of TKey, TValue) class. |
GetDictionaryValue(Of TKey, TValue) Constructor ()
Initializes a new instance of the GetDictionaryValue(Of TKey, TValue) class.
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.
Show:
