CollectionBase<T> members

Creates a generic class for all public generic collections.

The CollectionBase<T> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection.
Public property IsSynchronized Gets whether the collection is synchronized.
Public property Item Gets the item at the specified index.
Public property SyncRoot Gets the object that can be used to synchronize access to this collection.

Top

Methods

  Name Description
Public method CopyTo Copies the internal collection to the specified array, starting at the specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns a generic enumerator that can iterate through this generic CollectionBase instance.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator that can iterate through the CollectionBase.

Top

See also

Reference

CollectionBase<T> class

Microsoft.SharePoint.Publishing namespace