BindingList<T>::ClearItems Method ()
.NET Framework (current version)
Removes all elements from the collection.
Assembly: System (in System.dll)
The ClearItems method removes all the items from the collection represented by the Items property.
ClearItems calls the EndNew method before clearing out the collection and raises the ListChanged event after it has been cleared.
.NET Framework
Available since 2.0
Available since 2.0
Show: