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

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

Parameters

toml
Type: HyperTomlProcessorToml
A Toml instance to write with.
stream
Type: System.IOStream
The stream to write this DynamicToml to.
See Also