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