 | RecordInputIsMemoryBased Property |
Gets a value indicating whether this input is read from memory.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
Boolean if this input is read from memory;
if it is read from a file.
See Also