TomlSerializeXElement Method (Stream, XElement) |
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public void SerializeXElement(
Stream stream,
XElement toml
)
Public Sub SerializeXElement (
stream As Stream,
toml As XElement
)
Parameters
- stream
- Type: System.IOStream
A stream to write the TOML content to. - toml
- Type: System.Xml.LinqXElement
The XElement to convert to TOML.
See Also