NodeContent.IsDelayedWriteContent Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
IsDelayedWriteContent
Gets a value indicating whether the underlying stream of this instance is a 'delayed write' stream.
Declaration
public bool IsDelayedWriteContent { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the content is a 'delayed write' content, otherwise false. |