System::Collections::Generic::List::Add طريقة

List::Add method

يضيف عنصرًا إلى نهاية القائمة.

void System::Collections::Generic::List<T>::Add(const T &item) override
ParameterTypeالوصف
العنصرconst T&عنصر للإضافة.

انظر أيضًا