SerializableDictionary<(Of <(<'TValue>)>)> Class
Class SerializableDictionary.
Namespace:
FLEXYGO.Utilities.GeneralAssembly: flxUtilities (in flxUtilities.dll)
Syntax
[XmlRootAttribute] public class SerializableDictionary<TValue> : Dictionary<string, TValue>, IXmlSerializable
<XmlRootAttribute> _ Public Class SerializableDictionary(Of TValue) _ Inherits Dictionary(Of String, TValue) _ Implements IXmlSerializable
Type Parameters
- TValue
- The type of the t value.
Inheritance Hierarchy
Dictionary<(Of <(<'String, TValue>)>)>
FLEXYGO.Utilities.General..::..SerializableDictionary<(Of <(<'TValue>)>)>