Serializes the dictionary to XML. Keys are serialized to element names and values as element values. An xml type attribute is embedded for each serialized element - a .NET type element is embedded for each complex type and prefixed with three underscores.
public sealed void WriteXml(XmlWriter writer)
Parameters
writer
See also:
Class PropertyBag© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic