AddToDictionary<TKey, TValue> Constructor

 

AddToDictionary<TKey, TValue> Constructor ()

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

public AddToDictionary()
Return to top

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

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

public AddToDictionary(
	InArgument<IDictionary<TKey, TValue>> dictionary,
	InArgument<TKey> key,
	InArgument<TValue> value
)

Parameters

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

The target dictionary.

key
Type: System.Activities.InArgument<TKey>

The key to be added.

value
Type: System.Activities.InArgument<TValue>

The value to be added.

Return to top
Show: