ChunkedMemoryStreamCanWrite Property |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override bool CanWrite { get; }
Property Value
Type:
Booleantrue if the stream supports writing; otherwise, false.
See Also