System::Collections::Generic::List::idx_set 메서드
List::idx_set method
특정 위치에 요소를 설정합니다.
void System::Collections::Generic::List<T>::idx_set(int index, T value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 설정할 인덱스. |
| value | T | 지정된 위치에 설정할 값. |
또 보기
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++