System::Collections::Generic::List::Add method
List::Add method
リストの末尾に要素を追加します。
void System::Collections::Generic::List<T>::Add(const T &item) override
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const T& | 追加する項目。 |
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++