System::Collections::Generic::List::RemoveRange 메서드
List::RemoveRange method
리스트의 슬라이스를 제거합니다.
void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 슬라이스 시작 위치. |
| count | int | 제거할 요소 수. |
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++