RecyclableMemoryStream.Capacity64 property

February 18, 2021 · View on GitHub

Returns a 64-bit version of capacity, for streams larger than int.MaxValue in length.

public long Capacity64 { get; set; }

See Also

  • class RecyclableMemoryStream
  • namespace Microsoft.IO