ArrayListCollectionBase Members
.NET Framework 3.0
Implements the functionality of the ICollection interface to inheriting classes by using a Web Forms ArrayList object for storage.
The following tables list the members exposed by the ArrayListCollectionBase type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Returns the number of elements in a collection. |
| IsReadOnly | Gets a value indicating whether a collection is read-only. |
| IsSynchronized | Gets a value indicating whether a collection is synchronized. |
| SyncRoot | Returns the SyncRoot object for the collection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CopyTo | Copies the items in the collection to an array, starting at the given index. Intended for internal use only. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Retrieves an enumerator for the collection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: