Search
ContentCollection Methods
 


 Public Methods

  Name Description

Add

Adds the specified item to the collection.

Clear

Removes all items from the list.

Contains

Gets a value that indicates whether the item is a member of the collection.

CopyTo

IList.CopyTo implementation.

IndexOf

Gets the zero-based index of the item in the underlying collection.

Insert

Inserts an item into the list at the zero-based index specified.

Remove

Removes the specified item from the list.

RemoveAt

Removes the list item at the specified index.

 Protected Methods

  Name Description

OnValidate

IList.OnValidate implementation.

 See Also