System::Collections::Generic::LinkedList::Add विधि

LinkedList::Add method

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

void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
पैरामीटरप्रकारविवरण
elementconst T&सूची में जोड़ने के लिए तत्व।

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