System::Collections::Generic::List::InsertRange 메서드
List::InsertRange method
특정 위치에 데이터 범위를 삽입합니다.
void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 데이터를 삽입할 인덱스. |
| 컬렉션 | IEnumerablePtr | 삽입할 요소들의 컬렉션. |
또 보기
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++