SynchronizedReadOnlyCollection<T>.IList.Add(Object) Yöntem
Tanım
Koleksiyona bir öğe ekler.Adds an element to the collection.
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 öğe.The element to be added to the collection.
Döndürülenler
Yeni öğenin eklendiği konum.The position into which the new element was inserted.
Uygulamalar
Özel durumlar
Öğeler salt okunurdur.Items cannot be set in a read-only collection.
Açıklamalar
Öğeler salt okunurdur.Items cannot be added to a read-only collection.