System::Collections::Generic::IKVCollection::Insert 메서드
IKVCollection::Insert method
지정된 위치에 항목을 삽입합니다.
virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 항목을 넣을 위치. |
| 항목 | const T& | 지정된 위치에 넣을 항목. |
또 보기
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++