ListViewItemCollection - ahatornn/clforms GitHub Wiki
ClForms.Common.ListViewItemCollection
Represents the collection of items in a ListView control
public class ListViewItemCollection<T>: IList<T>Derived IList<<T>>
This class overrides all the properties and methods of the
IList<T>interface