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