RecyclableMemoryStream.Dispose method

October 6, 2021 · View on GitHub

Returns the memory used by this stream back to the pool.

protected override void Dispose(bool disposing)
parameterdescription
disposingWhether we're disposing (true), or being called by the finalizer (false).

See Also