TemplatedItemsList<TView,TItem>.Item[Int32] Property

Definition

For internal use by the Xamarin.Forms platform.

public TItem this[int index] { get; }
member this.Item(int) : 'Item

Parameters

index
System.Int32

For internal use by the Xamarin.Forms platform.

Property Value

TItem

For internal use by the Xamarin.Forms platform.

Implements

System.Collections.Generic.IReadOnlyList`1.Item(System.Int32)

Applies to