[Missing <summary> documentation for "T:Breeze.Sharp.Core.SafeDictionary`2"]
Inheritance Hierarchy
              System.Collections.GenericDictionaryK, V
Breeze.Sharp.CoreSafeDictionaryK, V
Breeze.SharpBackupValuesMap
Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Type Parameters
- K
- V
The SafeDictionaryK, V type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | SafeDictionaryK, V | Initializes a new instance of the SafeDictionaryK, V class | 
|  | SafeDictionaryK, V(DictionaryK, V) | Initializes a new instance of the SafeDictionaryK, V class | 
Methods
| Name | Description | |
|---|---|---|
|  | Add | Adds the specified key and value to the dictionary.(Inherited from DictionaryK, V.) | 
|  | Clear | Removes all keys and values from the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
|  | ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key.(Inherited from DictionaryK, V.) | 
|  | ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value.(Inherited from DictionaryK, V.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Remove | Removes the value with the specified key from the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TryGetValue | Gets the value associated with the specified key.(Inherited from DictionaryK, V.) | 
Properties
| Name | Description | |
|---|---|---|
|  | Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryK, V.) | 
|  | Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
|  | Item | Gets or sets the value associated with the specified key.(Inherited from DictionaryK, V.) | 
|  | Keys | Gets a collection containing the keys in the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
|  | ReadOnlyDictionary | |
|  | Values | Gets a collection containing the values in the DictionaryTKey, TValue.(Inherited from DictionaryK, V.) | 
See Also