Constructor HashTableXmlExtender
- Namespace
- Alternet.FormDesigner
- Assembly
- Alternet.FormDesigner.v10.dll
HashTableXmlExtender()
Initializes a new instance of the XmlSerialization.HashTableXmlExtender class.
public HashTableXmlExtender()
HashTableXmlExtender(IDictionary, XmlWriterSettings)
Initializes a new instance of the XmlSerialization.HashTableXmlExtender class with the specified dictionary and optional XML writer settings.
public HashTableXmlExtender(IDictionary dictionary, XmlWriterSettings settings = null)
Parameters
dictionary
IDictionaryThe dictionary to be serialized into XML.
settings
XmlWriterSettings