BaseCollection

BaseCollection marshal by reference

System. Windows .Forms (system. windows .forms.dll) class

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net