Click or drag to resize
IXmlSerializableReadXml Method
Generates an object from its XML representation.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
void ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The System.Xml.XmlReader stream from which the object is deserialized.
See Also