Click or drag to resize
TomlSerializeXElement Method (TextWriter, XElement)
Serializes the XElement to TOML.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void SerializeXElement(
	TextWriter writer,
	XElement toml
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter to write the TOML content to.
toml
Type: System.Xml.LinqXElement
The XElement to convert to TOML.
See Also