| SerializableDictionaryTKey, TValue Class |
Namespace: GeonBit.UI.Utils
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable
The SerializableDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| SerializableDictionaryTKey, TValue | Initializes a new instance of the SerializableDictionaryTKey, TValue class |
| Name | Description | |
|---|---|---|
| Comparer | (Inherited from DictionaryTKey, TValue.) | |
| Count | (Inherited from DictionaryTKey, TValue.) | |
| Item | (Inherited from DictionaryTKey, TValue.) | |
| Keys | (Inherited from DictionaryTKey, TValue.) | |
| Values | (Inherited from DictionaryTKey, TValue.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from DictionaryTKey, TValue.) | |
| Clear | (Inherited from DictionaryTKey, TValue.) | |
| ContainsKey | (Inherited from DictionaryTKey, TValue.) | |
| ContainsValue | (Inherited from DictionaryTKey, TValue.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from DictionaryTKey, TValue.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryTKey, TValue.) | |
| GetSchema |
Get schema.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryTKey, TValue.) | |
| ReadXml |
Read XML.
| |
| Remove | (Inherited from DictionaryTKey, TValue.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryTKey, TValue.) | |
| WriteXml |
Write to xml.
|