System::Collections::ObjectModel::ReadOnlyCollection::idx_get method
ReadOnlyCollection::idx_get method
특정 위치의 항목을 가져옵니다.
virtual T System::Collections::ObjectModel::ReadOnlyCollection<T>::idx_get(int index) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 가져올 인덱스. |
ReturnValue
지정된 위치의 요소 복사본.
또 보기
- Class ReadOnlyCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++