using System.Collections; namespace System.Windows.Forms { public partial class ListControl { public class ObjectCollection : ObjectCollectionBase { internal ObjectCollection(IList items) : base(items) { } } } }