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++