SerializableDictionary2.ReadXml

SerializableDictionary<TKey,TValue>.ReadXml method

Reads collection data from the given reader XmlReader

public void ReadXml(XmlReader reader)
Parameter Type Description
reader XmlReader The instance of the System.Xml.XmlReader to read the collection from.

See Also