Click or drag to resize
DigitalRuneStorageDispose Method (Boolean)
Releases the unmanaged resources used by an instance of the Storage class and optionally releases the managed resources.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also