System::Collections::ObjectModel::Collection::CopyTo 메서드
Collection::CopyTo method
컬렉션 요소를 기존 배열 요소에 복사합니다.
virtual void System::Collections::ObjectModel::Collection<T>::CopyTo(ArrayPtr<T> arr, int index) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arr | ArrayPtr<T> | 대상 배열. |
| index | int | 대상 배열 시작 인덱스. |
또 보기
- Typedef ArrayPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++