CollectionEx<T> Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The CollectionEx<T> type exposes the following members.

Constructors

  Name Description
Public method CollectionEx<T> Overloaded.

Methods

  Name Description
Public method Add (Inherited from Collection<T>.)
Public method AddRange
Public method Clear (Inherited from Collection<T>.)
Protected method ClearItems (Overrides Collection<T>.ClearItems().)
Public method Contains (Inherited from Collection<T>.)
Public method CopyTo (Inherited from Collection<T>.)
Public method Equals (Inherited from Object.)
Public method Exists
Protected method Finalize (Inherited from Object.)
Public method Find
Public method FindIndex Overloaded.
Public method ForEach
Public method GetEnumerator (Inherited from Collection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<T>.)
Public method Insert (Inherited from Collection<T>.)
Protected method InsertItem (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged
Public method Remove (Inherited from Collection<T>.)
Public method RemoveAt (Inherited from Collection<T>.)
Protected method RemoveItem (Overrides Collection<T>.RemoveItem(Int32).)
Protected method SetItem (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count (Inherited from Collection<T>.)
Public property Item (Inherited from Collection<T>.)
Protected property Items (Inherited from Collection<T>.)

Events

  Name Description
Public event CollectionChanged

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property System#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<T>.)

See Also

CollectionEx<T> Class

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Utilities Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.