Inserts the specified index.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void Insert(
	int index,
	C1Cover child
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	child As C1Cover _
)

Parameters

index
Type: System..::..Int32
The index.
child
Type: C1.Web.iPhone.C1CoverFlow..::..C1Cover
The child.

See Also