System::Collections::Generic::IDictionary::idx_set 메서드
IDictionary::idx_set method
Setter 함수.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 찾을 키. |
| value | TValue | 지정된 키에 설정할 값. |
또 보기
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++