System::Collections::Generic::BaseDictionary::TryGetValue method
BaseDictionary::TryGetValue method
키가 있는 값을 찾아서 발견되면 반환합니다.
bool System::Collections::Generic::BaseDictionary<Map>::TryGetValue(const key_t &key, mapped_t &value) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const key_t& | 찾을 키. |
| value | mapped_t& | 찾은 값을 저장할 위치에 대한 참조입니다. |
ReturnValue
값을 찾고 반환했으면 true, 그렇지 않으면 false.
또 보기
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++