BaseCollection Class
Provides the base functionality for creating data-related collections in the System.Windows.Forms namespace.
For a list of all members of this type, see BaseCollection Members.
System.Object
System.MarshalByRefObject
System.Windows.Forms.BaseCollection
System.Windows.Forms.BindingsCollection
System.Windows.Forms.GridColumnStylesCollection
System.Windows.Forms.GridTableStylesCollection
[Visual Basic] Public Class BaseCollection Inherits MarshalByRefObject Implements ICollection, IEnumerable [C#] public class BaseCollection : MarshalByRefObject, ICollection, IEnumerable [C++] public __gc class BaseCollection : public MarshalByRefObject, ICollection, IEnumerable [JScript] public class BaseCollection extends MarshalByRefObject implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The BaseCollection class is not intended for use by application developers. Application developers should use CollectionBase instead.
The BaseCollection class implements the ICollection interface.
Classes that derive from the BaseCollection class include:
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)