System::Collections::Generic::_KeyList::Contains 메서드
_KeyList::Contains method
지정된 키가 컬렉션에 존재하는지 확인합니다.
bool System::Collections::Generic::_KeyList<Dict>::Contains(const TKey &item) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | const TKey& | 찾을 키. |
ReturnValue
키가 존재하면 true, 그렇지 않으면 false.
또 보기
- Typedef TKey
- Class _KeyList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++