Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.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
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
[XmlRootAttribute("Dictionary")] public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable |
Visual Basic (Déclaration) |
---|
<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 |
Paramètres de type
- TKey
- Type de la clé
- TValue
- Type de la valeur
Hiérarchie d'héritage
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>)>)>