Releases the unmanaged resources used by the
Stream and optionally releases the managed resources.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual Basic |
|---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also