Share via


DictionaryWrapper<TKey, TValue> constructor (DictionaryWrapper<TKey, TValue>)

Initializes a new instance of the DictionaryWrapper<TKey, TValue> class based on another object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    template As DictionaryWrapper(Of TKey, TValue) _
)
'Usage
Dim template As DictionaryWrapper(Of TKey, TValue)

Dim instance As New DictionaryWrapper(template)
public DictionaryWrapper(
    DictionaryWrapper<TKey, TValue> template
)

Parameters

See also

Reference

DictionaryWrapper<TKey, TValue> class

DictionaryWrapper<TKey, TValue> members

DictionaryWrapper<TKey, TValue> overload

Microsoft.PerformancePoint.Scorecards namespace