Method Write
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
TWriterThe writer used to push elements into the stream.
input
TSourceThe input element that should be pushed into the stream.