Collection<T>.IList.Add(Object) Yöntem

Tanım

öğesine bir öğe IListekler.

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

Parametreler

value
Object

Object öğesine eklenecek öğesini seçinIList.

Döndürülenler

Yeni öğenin eklendiği konum.

Uygulamalar

Özel durumlar

value , türüne atanamaz IList.

Açıklamalar

Bu yöntem bir O(1) işlemidir.

Şunlara uygulanır