OutputDictionary Constructor

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the OutputDictionary class.

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public OutputDictionary(
	IDictionary<string, Object> dictionary
)
Visual Basic
Public Sub New ( _
	dictionary As IDictionary(Of String, Object) _
)
Visual C++
public:
OutputDictionary(
	IDictionary<String^, Object^>^ dictionary
)

Parameters

dictionary
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
The dictionary.

See Also