{CompanyName} FlexyGo

SerializableDictionary<(Of <(<'TValue>)>)> Class

Class SerializableDictionary.

Namespace:  FLEXYGO.Utilities.General
Assembly:  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


Object
  Dictionary<(Of <(<'String, TValue>)>)>
    FLEXYGO.Utilities.General..::..SerializableDictionary<(Of <(<'TValue>)>)>