RemoveFromDictionary<TKey, TValue> Constructor

 

RemoveFromDictionary<TKey, TValue> Constructor ()

Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class.

public:
RemoveFromDictionary()
Return to top

RemoveFromDictionary<TKey, TValue> Constructor (InArgument<IDictionary<TKey, TValue>^>^, InArgument<TKey>^)

Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class.

public:
RemoveFromDictionary(
	InArgument<IDictionary<TKey, TValue>^>^ dictionary,
	InArgument<TKey>^ key
)

Parameters

dictionary
Type: System.Activities::InArgument<IDictionary<TKey, TValue>^>^

The dictionary from which to remove.

key
Type: System.Activities::InArgument<TKey>^

The key of the item to remove.

Return to top
Show: