Int16KeyFrameCollection.IList.Add(Object) Метод

Определение

Добавляет элемент в коллекцию IList.

 virtual int System.Collections.IList.Add(System::Object ^ keyFrame) = System::Collections::IList::Add;
int IList.Add (object keyFrame);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (keyFrame As Object) As Integer Implements IList.Add

Параметры

keyFrame
Object

Объект, добавляемый в коллекцию IList.

Возвращаемое значение

Позиция, в которую был вставлен новый элемент, или -1, если элемент не был вставлен в коллекцию.

Реализации

Применяется к