System::Collections::Generic::IDictionary::ContainsKey metod
IDictionary::ContainsKey method
Kontrollerar om behållaren innehåller nyckeln.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const TKey& | Nyckel att söka efter. |
ReturnValue
Sant om nyckeln finns, falskt annars.
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++