DeltaAlignmentParserDispose Method (Boolean) |
Dispose the stream.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Dispose(
bool disposing
)
Public Sub Dispose (
disposing As Boolean
)
public:
void Dispose(
bool disposing
)
member Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also