PrimitiveBaseCollectionDispose(Boolean) Method

Disposes resources used by this class.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected virtual void Dispose(
	bool bDisposing
)

Parameters

bDisposing  Boolean
False to dispose unmanaged resources only; true to dispose both - managed and unmanaged.

See Also