TemplatedItemsList<TView,TItem>.IList.Insert(Int32, Object) メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

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

パラメーター

index
System.Int32

Xamarin.Forms プラットフォームによる内部使用向け。

item
System.Object

Xamarin.Forms プラットフォームによる内部使用向け。

実装

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

適用対象