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

Syntax

C#
public Object this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Object
	Get
	Set

Parameters

index
Type: System..::..Int32

Return Value

Implements

IList..::..Item[([( Int32])])

See Also