ListBoxCollection - ahatornn/clforms GitHub Wiki

ListBoxCollection<T>

Represents a collection of any objects for ListBox

public abstract class ListBoxCollection<T>: IList<T>, IList

Derived IList<T>, IList

This class overrides all the properties and methods of the IList<T> and IList interfaces