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

List::Add method

将元素添加到列表末尾。

void System::Collections::Generic::List<T>::Add(const T &item) override
参数类型描述
const T&要添加的项。

另见