Microsoft.Activities.Extensions |
ClearDictionary<(Of <(<'TKey, TValue>)>)> Class |
Members See Also Send Feedback |
The ClearDictionary will clear a dictionary.
Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public sealed class ClearDictionary<TKey, TValue> : CodeActivity |
Visual Basic |
---|
Public NotInheritable Class ClearDictionary(Of TKey, TValue) _ Inherits CodeActivity |
Visual C++ |
---|
generic<typename TKey, typename TValue> public ref class ClearDictionary sealed : public CodeActivity |
Type Parameters
- TKey
- Type of the key
- TValue
- Type of the value
Inheritance Hierarchy
System..::..Object
System.Activities..::..Activity
System.Activities..::..CodeActivity
Microsoft.Activities.Extensions.Statements..::..ClearDictionary<(Of <(<'TKey, TValue>)>)>
System.Activities..::..Activity
System.Activities..::..CodeActivity
Microsoft.Activities.Extensions.Statements..::..ClearDictionary<(Of <(<'TKey, TValue>)>)>