System::Collections::CollectionBase::ListImpl::idx_set method
ListImpl::idx_set method
지정된 인덱스에 요소를 설정합니다.
void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 가져오거나 설정할 요소의 0 기반 인덱스. |
| value | T | 설정할 요소. |
또 보기
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++