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