Removes the specified child.

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

Syntax

C#
public void Remove(
	C1Cover child
)
Visual Basic
Public Sub Remove ( _
	child As C1Cover _
)

Parameters

child
Type: C1.Web.iPhone.C1CoverFlow..::..C1Cover
The child.

See Also