XmlStreamSerializationInfoBeginWriting(XmlWriter) Method |
Begins the writing using an already created xmlWriter. WriteStartDocument is not called here, because we assume that the open XmlWriter has already done that.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void BeginWriting(
XmlWriter xmlWriter
)
Parameters
- xmlWriter XmlWriter
- The XML writer.
See Also