GH_ChunkRead Method (XmlNode) |
Read this chunk and all child chunks from an Xml node.
Namespace:
GH_IO.Serialization
Assembly:
GH_IO (in GH_IO.dll)
Syntaxpublic void Read(
XmlNode node
)
Public Sub Read (
node As XmlNode
)
Parameters
- node
- Type: System.XmlXmlNode
The Xml node to deserialize from, cannot be null.
Implements
GH_IXmlSupportRead(XmlNode)
See Also