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 using the specified writer.

protected abstract void Write(TWriter writer, TSource input)

Parameters

writer TWriter

The writer used to push elements into the stream.

input TSource

The input element that should be pushed into the stream.