VirtualCollectionTClearItems Method
Removes all elements from the
VirtualCollectionT.
The base implementation calls the
Clear method of the underlying collection.
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual void ClearItems()
Protected Overridable Sub ClearItems
protected:
virtual void ClearItems()
abstract ClearItems : unit -> unit
override ClearItems : unit -> unit