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