SerializableDictionary2.WriteXml

SerializableDictionary<TKey,TValue>.WriteXml method

Writes collection data to given writer XmlWriter

public void WriteXml(XmlWriter writer)
Parameter Type Description
writer XmlWriter The instance of the System.Xml.XmlWriter to save the collection to.

See Also