Click or drag to resize

StreamRecordWriterTWriteRecordInternal Method

Writes a record.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected override void WriteRecordInternal(
	T record
)

Parameters

record
Type: T
The record to write.
Remarks

Derived classes should call the base class implementation after they wrote the record to the stream.

See Also