System::Collections::Generic::BaseDictionary::operator[] method
BaseDictionary::operator[] method
접근자 함수.
virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const key_t& | Dictionary 접근 키입니다. |
ReturnValue
key 로 키가 지정된 기존(또는 생성된) 값에 대한 참조입니다.
또 보기
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++