DictionaryWrapper<TKey, TValue> members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a serializable wrapper for a Dictionary object.

The DictionaryWrapper<TKey, TValue> type exposes the following members.

Constructors

  Name Description
Public method DictionaryWrapper<TKey, TValue>() Initializes a new instance of the DictionaryWrapper<TKey, TValue> class.
Public method DictionaryWrapper<TKey, TValue>(DictionaryWrapper<TKey, TValue>) Initializes a new instance of the DictionaryWrapper<TKey, TValue> class based on another object.

Top

Properties

  Name Description
Public property Item Gets or sets an object at the specified index.
Public property Keys Gets the keys.
Public property Values Gets the values.

Top

Methods

  Name Description
Public method Clear Clears the keys and values from the dictionary.
Public method Clone Performs a deep copy of this object.
Public method ContainsKey Determines whether the dictionary contains the specified key.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a value from the dictionary.
Public method ToString (Inherited from Object.)

Top

See also

Reference

DictionaryWrapper<TKey, TValue> class

Microsoft.PerformancePoint.Scorecards namespace