FastBindingListTDispose(Boolean) Method

Releases the resources used by this FastBindingListT instance.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
if this method is being called due to a call to Dispose; otherwise, .

See Also