IXmlSerializableReadXml Method |
Generates an object from its XML representation.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax void ReadXml(
XmlReader reader
)
Parameters
- reader
- Type: System.XmlXmlReader
The System.Xml.XmlReader stream from which the object is deserialized.
See Also