Click or drag to resize
DynamicTomlWriteTo Method (Toml, TextWriter)
Writes the content of DynamicToml to the specified TextWriter.

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

Parameters

toml
Type: HyperTomlProcessorToml
A Toml instance to write with.
writer
Type: System.IOTextWriter
The TextWriter to write this DynamicToml to.
See Also