System::Collections::Generic::_KeyCollection::Contains 方法
_KeyCollection::Contains method
检查容器中是否存在该项。
bool System::Collections::Generic::_KeyCollection<Dict>::Contains(const TKey &item) const override
| Parameter | Type | 描述 |
|---|---|---|
| item | const TKey& | 要查找的项。 |
ReturnValue
如果找到项则为 true,否则为 false。
另见
- Typedef TKey
- Class _KeyCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++