System::Collections::Generic::List::Add method

List::Add method

सूची के अंत में तत्व जोड़ता है।

void System::Collections::Generic::List<T>::Add(const T &item) override
पैरामीटरप्रकारविवरण
आइटमconst T&जोड़ने के लिए आइटम।

संबंधित देखें