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