System::Collections::Generic::DictionaryPtr::operator[] 메서드
DictionaryPtr::operator[](const T&) const method
접근 연산자.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const T& | Dictionary 키. |
ReturnValue
전달된 키에 해당하는 값에 대한 참조, 기존이든 새로 생성된 것이든.
또 보기
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
DictionaryPtr::operator[](const X&) const method
키 유형 변환을 수행하기 위한 접근 연산자입니다.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
| 매개변수 | 설명 |
|---|---|
| X | 소스 키 유형. |
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const X& | Dictionary 키. |
ReturnValue
전달된 키에 해당하는 값에 대한 참조, 기존이든 새로 생성된 것이든.
또 보기
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++