public class NvsValues : Dictionary<NvsKey, Object>
Comparer | Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary. (Inherited from Dictionary<NvsKey, Object>) |
Count | Gets the number of key/value pairs contained in the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
Item | Gets or sets the value associated with the specified key. (Inherited from Dictionary<NvsKey, Object>) |
Keys | Gets a collection containing the keys in the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
Values | Gets a collection containing the values in the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
Add | Adds the specified key and value to the dictionary. (Inherited from Dictionary<NvsKey, Object>) |
Clear | Removes all keys and values from the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
ContainsKey | Determines whether the Dictionary<TKey, TValue> contains the specified key. (Inherited from Dictionary<NvsKey, Object>) |
ContainsValue | Determines whether the Dictionary<TKey, TValue> contains a specific value. (Inherited from Dictionary<NvsKey, Object>) |
GetEnumerator | Returns an enumerator that iterates through the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
GetLocations | |
GetNamedValuesByLocation | |
GetNamedValuesForLocation | |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the Dictionary<TKey, TValue> instance. (Inherited from Dictionary<NvsKey, Object>) |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from Dictionary<NvsKey, Object>) |
Remove | Removes the value with the specified key from the Dictionary<TKey, TValue>. (Inherited from Dictionary<NvsKey, Object>) |
TryGetValue | Gets the value associated with the specified key. (Inherited from Dictionary<NvsKey, Object>) |