System::Collections::Generic::IDictionary::ContainsKey 메서드
IDictionary::ContainsKey method
컨테이너에 키가 포함되어 있는지 확인합니다.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 찾을 키. |
ReturnValue
키가 존재하면 true, 그렇지 않으면 false.
또 보기
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++