PresentationDictionary<TKey, TValue> Methods
| Name | Description |
|---|---|
| Add(TKey, TValue) | |
| Add(KeyValuePair<TKey, TValue>) | |
| Clear() | |
| Contains(KeyValuePair<TKey, TValue>) | |
| ContainsKey(TKey) | |
| CopyTo(KeyValuePair<TKey, TValue>[], Int32) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetEnumerator() | |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(TKey) | |
| Remove(KeyValuePair<TKey, TValue>) | |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| TryGetValue(TKey, out TValue) |
See Also