 | BlueprintWriteXml Method |
Converts an object into its XML representation.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void WriteXml(
XmlWriter writer
)
Public Sub WriteXml (
writer As XmlWriter
)
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed
abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit
Parameters
- writer
- Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializableWriteXml(XmlWriter)
See Also