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

Определение

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

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

Параметры

valueItem
Object

Элемент, добавляемый в коллекцию.

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

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

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