ICSharpCode.SharpZipLib.Tests.TestSupport.TrackedMemoryStream.Dispose C# (CSharp) Метод

Dispose() защищенный Метод

Releases the unmanaged resources used by the T:System.IO.MemoryStream class and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void
        protected override void Dispose(bool disposing)
        {
            isDisposed_ = true;
            base.Dispose(disposing);
        }