AddToDictionary<TKey,TValue>

Description

This activity adds a new element to a given dictionary.


Dictionary

Dictionary InArgument<IDictionary<TKey,TValue>> REQUIRED

The dictionary you want to add a new item to.


Input

Key InArgument<TKey> REQUIRED

The key of the new item

Value InArgument<TValue>

The value of the new item