| RecordInputIsMemoryBased Property |
Gets a value indicating whether this input is read from memory.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public abstract bool IsMemoryBased { get; }
Public MustOverride ReadOnly Property IsMemoryBased As Boolean
Get
public:
virtual property bool IsMemoryBased {
bool get () abstract;
}
abstract IsMemoryBased : bool with get
Property Value
Type:
Boolean if this input is read from memory;
if it is read from a file.
See Also