AddToDictionary(TKey, TValue) Class

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
The AddToDictionary activity will add a key value pair to 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 AddToDictionary<TKey, TValue> : CodeActivity
Visual Basic
Public NotInheritable Class AddToDictionary(Of TKey, TValue) _
	Inherits CodeActivity
Visual C++
generic<typename TKey, typename TValue>
public ref class AddToDictionary 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..::..AddToDictionary<(Of <(<'TKey, TValue>)>)>

See Also