RemoveFromDictionary<TKey,TValue>

Description

This activity, given a dictionary, removes an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.


Input

Dictionary InArgument<IDictionary<TKey,TValue>> REQUIRED

The input dictionary

Key InArgument<TKey> REQUIRED

The key of the element to be removed.


Misc