BuildDictionary<TKey, TValue> Constructor
Initializes a new instance of the BuildDictionary<TKey, TValue> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | BuildDictionary<TKey, TValue>() | Initializes a new instance of the BuildDictionary<TKey, TValue> class. |
![]() | BuildDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>) | Initializes a new instance of the BuildDictionary<TKey, TValue> class. |
BuildDictionary<TKey, TValue> Constructor ()
Initializes a new instance of the BuildDictionary<TKey, TValue> class.
BuildDictionary<TKey, TValue> Constructor (InArgument<IDictionary<TKey, TValue>>)
Initializes a new instance of the BuildDictionary<TKey, TValue> class.
Parameters
- dictionary
-
Type:
System.Activities.InArgument<IDictionary<TKey, TValue>>
The source dictionary.
Show:
