SerializableDictionaryTKey, TValue Methods |
The SerializableDictionaryTKey, TValue generic type exposes the following members.
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.
|