ClearDictionary<TKey, TValue> Constructor

 

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

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Return to top

ClearDictionary<TKey, TValue> Constructor ()

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

public:
ClearDictionary()
Return to top

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

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

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

Parameters

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

The target dictionary.

Return to top
Show: