Ejemplo n.º 1
0
		/// <inheritdoc/>
		protected override void Dispose(bool disposing) {
			if (disposing) {
				var hhs = hotHeapStream;
				if (hhs != null)
					hhs.Dispose();
				hotHeapStream = null;
			}
			base.Dispose(disposing);
		}