Disposes the stream.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
protected void Dispose(
	bool disposing
)
Visual Basic
Protected Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
protected:
void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
True if the stream is disposing.

See Also