The following tables list the members exposed by the ListItemCollection type.

Name Description
Public method Add Adds a ListItem to the ListItemCollection.
Public method Clear (inherited from CollectionBase).
Public method Contains Determines whether the collection contains the specified ListItem.
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from CollectionBase).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method IndexOf Determines the index of the specified ListItem in the collection.
Public method Insert Inserts a ListItem into the collection at the specified position.
Public method Static ReferenceEquals (inherited from Object).
Public method Remove Removes the first occurrence of the specified ListItem from the collection.
Public method RemoveAt (inherited from CollectionBase).
Public method ToString (inherited from Object).
Top