| ArrayListCollectionBase | .NET 1.1 |
| System.Web.UI.MobileControls (system.web.mobile.dll) | class |
Defines a basic collection that is extended by classes like
ObjectListCommandCollection and
DeviceSpecificChoiceCollection. It is not intended
for direct use in ASP.NET applications.
public class ArrayListCollectionBase : ICollection, IEnumerable {
// Public Instance Properties
public 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 ArrayList
Items {set; get; }
// Public Instance Methods
public void
CopyTo (Array
array , int
index );// implements ICollection
public IEnumerator
GetEnumerator ( );// implements IEnumerable
}
Subclasses
DeviceSpecificChoiceCollection,
MobileListItemCollection,
ObjectListCommandCollection,
ObjectListFieldCollection,
ObjectListItemCollection