RecyclableMemoryStream.CanRead property

October 6, 2021 · View on GitHub

Whether the stream can currently read.

public override bool CanRead { get; }

See Also

  • class RecyclableMemoryStream
  • namespace Microsoft.IO