VirtualCollectionTClearItems Method

Removes all elements from the VirtualCollectionT.
The base implementation calls the Clear method of the underlying collection.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected virtual void ClearItems()

See Also