Click or drag to resize

FileBackedDictionaryTKey, TValueDispose Method (Boolean)

Namespace:  GSF.Collections
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.256-beta
Syntax
protected virtual void Dispose(
	bool disposing
)
Request Example View Source

Parameters

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