IndexedCollection<T> members

Represents a generic abstract base class collection with support for containing items which require integer, string and GUID indexers

The IndexedCollection<T> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from GenericCollection<T>.)
Public property IsSynchronized Geta a Boolean value that indicates whether the collection is synchronized. (Inherited from GenericCollection<T>.)
Public property Item[Int32] Gets an integer indexer for this collection. (Inherited from GenericCollection<T>.)
Public property Item[Guid] GUID indexer for this collection
Public property Item[String] Gets a string indexer for this collection.
Public property SyncRoot Synchronizes the collection to the root. (Inherited from GenericCollection<T>.)

Top

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the internal collection to the specified array starting at the specified index. (Inherited from GenericCollection<T>.)
Public method CopyTo([], Int32) Copies the internal collection to the given array starting at the specified index. (Inherited from GenericCollection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an generic enumerator that can iterate through the GenericCollection. (Inherited from GenericCollection<T>.)
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 Returns a generic enumerator that can iterate through the GenericCollection. (Inherited from GenericCollection<T>.)

Top

See also

Reference

IndexedCollection<T> class

Microsoft.SharePoint.Taxonomy.Generic namespace