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