Yaml .NET Parser

Node.Write Method (WriteStream)

Writes a Yaml tree back to a file or stream

protected internal virtual void Write(
   WriteStream stream
);

Parameters

stream
Were the output data go's

Remarks

should not be called from outside the parser. This method is only public from inside the Sequence and Mapping Write methods.

See Also

Node Class | Yaml Namespace | Node.Write Overload List