System::Collections::IList::Add 메서드
IList::Add method
목록 끝에 항목을 추가합니다.
virtual int System::Collections::IList::Add(SharedPtr<System::Object> item)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | SharedPtr<System::Object> | 추가할 항목. |
ReturnValue
추가된 항목의 인덱스.
또 보기
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++