다음을 통해 공유


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