RemoveFromDictionary<TKey, TValue> Constructor
Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RemoveFromDictionary<TKey, TValue>() | Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class. |
![]() | RemoveFromDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>^>^, InArgument<TKey>^) | Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class. |
RemoveFromDictionary<TKey, TValue> Constructor ()
Initializes a new instance of the RemoveFromDictionary<TKey, TValue> class.
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.
Show:
