Share via


ClearDictionary<TKey, TValue> Constructor

 

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

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

Overload List

Name Description
System_CAPS_pubmethod ClearDictionary<TKey, TValue>()

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

System_CAPS_pubmethod ClearDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>)

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

See Also

ClearDictionary<TKey, TValue> Class
Microsoft.Activities Namespace

Return to top

ClearDictionary<TKey, TValue> Constructor ()

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

Syntax

public ClearDictionary()
public:
ClearDictionary()
new : unit -> ClearDictionary
Public Sub New

Return to top

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

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

Syntax

public ClearDictionary(
    InArgument<IDictionary<TKey, TValue>> dictionary
)
public:
ClearDictionary(
    InArgument<IDictionary<TKey, TValue>^>^ dictionary
)
new : 
        dictionary:InArgument<IDictionary<'TKey, 'TValue>> -> ClearDictionary
Public Sub New (
    dictionary As InArgument(Of IDictionary(Of TKey, TValue))
)

Parameters

Return to top