System::Collections::CollectionBase::RemoveAt 메서드
CollectionBase::RemoveAt method
컬렉션 인스턴스의 지정된 인덱스에 있는 요소를 제거합니다. 이 메서드는 재정의할 수 없습니다.
void System::Collections::CollectionBase<T>::RemoveAt(int32_t index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 제거할 요소의 0부터 시작하는 인덱스. |
또 보기
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++