Freigeben über


DictionaryWrapper<TKey, TValue>-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt einen serialisierbaren Wrapper für ein Dictionary -Objekt dar.

Vererbungshierarchie

System.Object
  Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<TKey, TValue>

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

Syntax

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

Typparameter

  • TKey
    Der Schlüsseltyp.
  • TValue
    Der Werttyp

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

DictionaryWrapper<TKey, TValue>-Member

Microsoft.PerformancePoint.Scorecards-Namespace