Click or drag to resize

ListRecordWriterTList Property

Gets the list to which the records are written.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public ReadOnlyCollection<T> List { get; }

Property Value

Type: ReadOnlyCollectionT
See Also