OptimizedMemoryStream.CanWrite

OptimizedMemoryStream.CanWrite property

When overridden in a derived class, gets a value indicating whether the current stream supports writing.

public override bool CanWrite { get; }

Return Value

true if the stream supports writing; otherwise, false.

See Also