System::Collections::Generic::BaseDictionary::TryGetValue method
BaseDictionary::TryGetValue method
Anahtarlı değeri arar ve bulunursa getirir.
bool System::Collections::Generic::BaseDictionary<Map>::TryGetValue(const key_t &key, mapped_t &value) const override
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const key_t& | Aranacak anahtar. |
| değer | mapped_t& | Bulunan değerin saklanacağı referans. |
ReturnValue
değer bulunup getirildiyse doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++