Constructor XmlDictionaryItems
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
IDictionaryThe dictionary to be serialized into XML.
settings
XmlWriterSettingsOptional XML writer settings to customize the serialization process.