The C1CoverCollection type exposes the following members.

Constructors

  Name Description
Public method C1CoverCollection
Initializes a new instance of the C1CoverCollection class.

Methods

  Name Description
Public method Add
Adds the specified value.
Public method Clear
Removes all items from the list.
Public method Contains
Contains
Public method IndexOf
Gets the index the of cover specified by parameter.
Public method Insert
Inserts the specified index.
Public method Remove
Removes the specified cover.
Public method RemoveAt
Removes the IPhoneElement at the specified index from the list.
Public method RemoveRange
Removes the range.
Public method Reverse
Reverses the order of the items in the list or a portion of it.

Properties

  Name Description
Public property Count
Gets the count.
Public property Item
Gets the C1Cover at the specified index.
Public property Last
Gets or sets the last C1Cover on the list.
Public property Owner
Gets the owner.

See Also