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