OptimizedMemoryStream.CanRead

OptimizedMemoryStream.CanRead property

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

public override bool CanRead { get; }

Return Value

true if the stream supports reading; otherwise, false.

See Also