Click or drag to resize

ReaderRecordInputIsMemoryBased Property

Gets a value indicating whether this input is read from memory.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public override bool IsMemoryBased { get; }

Property Value

Boolean
if this input is read from memory; if it is read from a file.
See Also