In This Topic
Generates an object from its XML representation.
Syntax
'Declaration
Public Overridable Sub ReadXml( _
ByVal As XmlReader _
)
'Usage
Dim instance As Light
Dim reader As XmlReader
instance.ReadXml(reader)
public virtual void ReadXml(
XmlReader
)
Parameters
- reader
- The System.Xml.XmlReader stream from which the object is deserialized.
See Also