AddToDictionary<TKey, TValue> Constructor
Initializes a new instance of the AddToDictionary<TKey, TValue> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | AddToDictionary<TKey, TValue>() | Initializes a new instance of the AddToDictionary<TKey, TValue> class. |
![]() | AddToDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>, InArgument<TKey>, InArgument<TValue>) | Initializes a new instance of the AddToDictionary<TKey, TValue> class. |
AddToDictionary<TKey, TValue> Constructor ()
Initializes a new instance of the AddToDictionary<TKey, TValue> class.
AddToDictionary<TKey, TValue> Constructor (InArgument<IDictionary<TKey, TValue>>, InArgument<TKey>, InArgument<TValue>)
Initializes a new instance of the AddToDictionary<TKey, TValue> class.
public AddToDictionary(
InArgument<IDictionary<TKey, TValue>> dictionary,
InArgument<TKey> key,
InArgument<TValue> value
)
Parameters
- dictionary
-
Type:
System.Activities.InArgument<IDictionary<TKey, TValue>>
The target dictionary.
- key
-
Type:
System.Activities.InArgument<TKey>
The key to be added.
- value
-
Type:
System.Activities.InArgument<TValue>
The value to be added.
Show:
