Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Dictionnaire générique sérialisable en XML
Librement adapté de http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[XmlRootAttribute("Dictionary")] public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable |
Visual Basic (Declaration) |
---|
<XmlRootAttribute("Dictionary")> _ Public Class SerializableDictionary(Of TKey, TValue) _ Inherits Dictionary(Of TKey, TValue) _ Implements IXmlSerializable |
Visual C++ |
---|
[XmlRootAttribute(L"Dictionary")] generic<typename TKey, typename TValue> public ref class SerializableDictionary : public Dictionary<TKey, TValue>, IXmlSerializable |
Type Parameters
- TKey
- Type de la clé
- TValue
- Type de la valeur
Inheritance Hierarchy
System..::.Object
System.Collections.Generic..::.Dictionary<(Of <(TKey, TValue>)>)
Developpez.Dotnet.Collections..::.SerializableDictionary<(Of <(TKey, TValue>)>)
System.Collections.Generic..::.Dictionary<(Of <(TKey, TValue>)>)
Developpez.Dotnet.Collections..::.SerializableDictionary<(Of <(TKey, TValue>)>)