System::Collections::Generic::IDictionary::TryGetValue yöntemi
IDictionary::TryGetValue method
Değeri arar ve bulunursa getirir.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::TryGetValue(const TKey &key, TValue &value) const =0
| Parametre | Tür | Açıklama |
|---|---|---|
| anahtar | const TKey& | Aranacak anahtar. |
| değer | TValue& | Alınan değerin saklanacağı referans. |
ReturnValue
Değer bulunup alındıysa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++