TemplateGroupCollection.IList.Insert(Int32, Object) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz Insert(Int32, Object).

 virtual void System.Collections.IList.Insert(int index, System::Object ^ o) = System::Collections::IList::Insert;
void IList.Insert (int index, object o);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, o As Object) Implements IList.Insert

Parametry

index
Int32

Indeks oparty na zera w kolekcji, w której ma być wstawiony oelement .

o
Object

Obiekt do wstawienia do kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TemplateGroupCollection wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy

Zobacz też