System::Collections::CollectionBase::ListImpl::Add yöntemi

ListImpl::Add method

Koleksiyonun sonuna bir öğe ekler.

int32_t System::Collections::CollectionBase<T>::ListImpl::Add(const T &value)
ParametreTürAçıklama
değerconst T&Koleksiyonun sonuna eklenecek öğe.

ReturnValue

value’nin eklendiği koleksiyon indeksi.

Ayrıca Bakınız