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

Tanım

Koleksiyona bir öğe ekler.

 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

Koleksiyona eklenecek nesne.

Döndürülenler

Yeni öğenin eklendiği konum.

Uygulamalar

Açıklamalar

Konum sıfır tabanlı bir dizin tarafından verilir.

Şunlara uygulanır