System::Collections::Generic::LinkedList::Add 方法

LinkedList::Add method

element 添加到列表的末尾。

void System::Collections::Generic::LinkedList<T>::Add(const T &element) override
参数类型描述
元素const T&要添加到列表中的元素。

另见