System::Collections::Generic::IList::Insert 메서드
IList::Insert method
지정된 위치에 요소를 삽입하고, 다른 요소들을 이동시킵니다.
virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 삽입할 인덱스. |
| 항목 | const T& | 지정된 인덱스에 삽입할 항목. |
또 보기
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++