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 | |
---|---|---|
DictionaryWrapper<TKey, TValue>() | Initializes a new instance of the DictionaryWrapper<TKey, TValue> class. | |
DictionaryWrapper<TKey, TValue>(DictionaryWrapper<TKey, TValue>) | Initializes a new instance of the DictionaryWrapper<TKey, TValue> class based on another object. |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets or sets an object at the specified index. | |
Keys | Gets the keys. | |
Values | Gets the values. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the keys and values from the dictionary. | |
Clone | Performs a deep copy of this object. | |
ContainsKey | Determines whether the dictionary contains the specified key. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes a value from the dictionary. | |
ToString | (Inherited from Object.) |
Top