In This Topic
Reads in a list type from an xml file.
Syntax
'Declaration
Public Sub ReadXml( _
ByVal As XmlReader _
)
'Usage
Dim instance As Hotspot
Dim reader As XmlReader
instance.ReadXml(reader)
public void ReadXml(
XmlReader
)
Parameters
- reader
- where to read the xml from
See Also