TemplatedItemsList<TView,TItem>.IList.Insert(Int32, Object) Method

Definition

For internal use by the Xamarin.Forms platform.

void IList.Insert (int index, object item);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit

Parameters

index
System.Int32

For internal use by the Xamarin.Forms platform.

item
System.Object

For internal use by the Xamarin.Forms platform.

Implements

System.Collections.IList.Insert(System.Int32,System.Object)

Applies to