System.Web.UI.WebControls.RepeaterItemCollection: Method Members

The methods of System.Web.UI.WebControls.RepeaterItemCollection are listed below. For a list of all members, see the RepeaterItemCollection Members list.

See Also: Inherited members from System.Object

Public Methods

CopyTo(Array, int)

Copies all the items from this System.Web.UI.WebControls.RepeaterItemCollection to the specified Array object, starting at the specified index in the Array object.

GetEnumerator() : IEnumerator

Returns a IEnumerator interface that can iterate through all the System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.RepeaterItemCollection.