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
template
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<TKey, TValue>The object to copy from.
See Also
Reference
DictionaryWrapper<TKey, TValue> Class
DictionaryWrapper<TKey, TValue> Members