Collection<T> Methods

The Collection<<'T>> type exposes the following members.

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.)
Protected method Finalize (Inherited from Object.)
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.)
Public method Move

Moves an item from one position to another.

Protected method OnCollectionCleared
Protected method OnItemAdded
Protected method OnItemMoved
Protected method OnItemRemoved
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.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList..Add (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Contains (Inherited from Collection<T>.)
Explicit interface implemetation Private method ICollection..CopyTo (Inherited from Collection<T>.)
Explicit interface implemetation Private method IEnumerable..GetEnumerator (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..IndexOf (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Insert (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList..Remove (Inherited from Collection<T>.)

See Also

Reference