Name

BaseCollection

Synopsis

This class is for internal use only and should not be used in your own code.


public class BaseCollection : MarshalByRefObject : ICollection, IEnumerable {

// Public Constructors

   public BaseCollection();

// Public Instance Properties

   public virtual int Count{get; }

// implements ICollection

   public bool IsReadOnly{get; }

   public bool IsSynchronized{get; }

// implements ICollection

   public object SyncRoot{get; }

// implements ICollection

                  // Protected Instance Properties

   protected virtual ArrayList List{get; }

// Public Instance Methods

   public void CopyTo(Array ar, int index);  // implements ICollection

   public IEnumerator GetEnumerator();  // implements IEnumerable

}

Hierarchy

System.Object System.MarshalByRefObject BaseCollection(System.Collections.ICollectio, System.Collections.IEnumerable)

Subclasses

BindingsCollection, GridColumnStylesCollection, GridTableStylesCollection

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.