System::Collections::Concurrent::ConcurrentDictionary::idx_set 메서드
ConcurrentDictionary::idx_set method
RTTI 정보.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 요소를 설정할 위치. |
| value | TValue | 특정 위치에 설정할 값. |
비고
특정 위치에 요소를 설정합니다.
또 보기
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++