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)
| parameter | description |
|---|---|
| disposing | Whether we're disposing (true), or being called by the finalizer (false). |
See Also
- class RecyclableMemoryStream
- namespace Microsoft.IO