Layout<T>.IList<IView>.Insert(Int32, IView) Method

Definition

 virtual void System.Collections.Generic.IList<Microsoft.Maui.IView>.Insert(int index, Microsoft::Maui::IView ^ child) = System::Collections::Generic::IList<Microsoft::Maui::IView ^>::Insert;
void IList<IView>.Insert (int index, Microsoft.Maui.IView child);
abstract member System.Collections.Generic.IList<Microsoft.Maui.IView>.Insert : int * Microsoft.Maui.IView -> unit
override this.System.Collections.Generic.IList<Microsoft.Maui.IView>.Insert : int * Microsoft.Maui.IView -> unit
Sub Insert (index As Integer, child As IView) Implements IList(Of IView).Insert

Parameters

index
Int32
child
IView

Implements

Applies to