Click or drag to resize

ListRecordWriterT Constructor (Boolean)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public ListRecordWriter(
	bool cloneRecords
)

Parameters

cloneRecords
Type: SystemBoolean
to clone records before adding them to the list; otherwise, .
Remarks

If cloneRecords is , the type T must implement ICloneable.

See Also