Click or drag to resize
BAMIndexStorageDispose Method (Boolean)
Dispose the underlying stream.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
If disposing equals true, Requests that the system not call the finalizer for this instance.
See Also