System::Collections::Generic::List::Add 메서드
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++