Click or drag to resize
MyFixedPointIXmlSerializableWriteXml Method

[This is preliminary documentation and is subject to change.]

Converts an object into its XML representation.

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
void IXmlSerializable.WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also