DictionaryWrapper Generic Class (Microsoft.PerformancePoint.Scorecards)

Represents a serializable wrapper for the Dictionary class.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class DictionaryWrapper(Of TKey, TValue)
    Implements ICloneable
'Usage
Dim instance As DictionaryWrapper(Of TKey, TValue)
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class DictionaryWrapper<TKey,TValue> : ICloneable

Type Parameters

  • TKey

    The key type.

  • TValue

    The value type.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.DictionaryWrapper

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DictionaryWrapper Members
Microsoft.PerformancePoint.Scorecards Namespace