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

List::Add method

リストの末尾に要素を追加します。

void System::Collections::Generic::List<T>::Add(const T &item) override
パラメーター説明
項目const T&追加する項目。

参照