Table of Contents

Method Write

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Write(TWriter, TSource)

When overridden in a derived class, writes a new element into the specified writer.

protected abstract void Write(TWriter writer, TSource input)

Parameters

writer TWriter

The writer that is used to push elements into the file.

input TSource

The input element that should be pushed into the file.