GH_ChunkWrite Method (XmlWriter) |
Serialize this chunk into an Xml stream.
Namespace:
GH_IO.Serialization
Assembly:
GH_IO (in GH_IO.dll)
Syntaxpublic void Write(
XmlWriter writer
)
Public Sub Write (
writer As XmlWriter
)
Parameters
- writer
- Type: System.XmlXmlWriter
Xml writer used for serialization.
Implements
GH_IXmlSupportWrite(XmlWriter)
Exceptions| Exception | Condition |
|---|
| MemberAccessException | Thrown if |
See Also