PointKeyFrameCollection.IList.Insert(Int32, Object) Metoda

Definicja

Wstawia element do IList obiektu w określonym indeksie.

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

Parametry

index
Int32

Indeks oparty na zera, w którym należy wstawić wartość .

keyFrame
Object

Obiekt do wstawienia do obiektu IList.

Implementuje

Dotyczy