Dart.Snmp Namespace : SafeDictionary<TKey,TValue> Class |
For a list of all members of this type, see SafeDictionary<TKey,TValue> members.
Name | Description | |
---|---|---|
![]() | Add | Adds the specified key and value to the dictionary. |
![]() | Clear | Removes all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | ContainsKey | Gets or sets the value associated with the specified key. |
![]() | ContainsValue | Determines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | GetSchema | Returns a null Xml Schema for SafeDictionary |
![]() | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | ReadXml | Implements the functionality required to deserialize SafeDictionary from XML. |
![]() | Remove | Removes the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>) |
![]() | TryGetValue | Gets the value associated with the specified key. |
![]() | WriteXml | Implements the functionality required to serialize SafeDictionary to XML. |