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