Table of Contents

Constructor XmlDictionaryItems

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

XmlDictionaryItems()

Initializes a new instance of the DataObject.XmlDictionaryItems class.

public XmlDictionaryItems()

XmlDictionaryItems(IDictionary, XmlWriterSettings?)

Initializes a new instance of the DataObject.XmlDictionaryItems class with the specified dictionary and optional XML writer settings.

public XmlDictionaryItems(IDictionary dictionary, XmlWriterSettings? settings = null)

Parameters

dictionary IDictionary

The dictionary to be serialized into XML.

settings XmlWriterSettings

Optional XML writer settings to customize the serialization process.