System::Collections::BitArray::Contains 方法
BitArray::Contains method
检查容器中是否存在特定值。未实现。
bool System::Collections::BitArray::Contains(const bool &item) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const bool& | 要查找的项。 |
ReturnValue
如果元素存在则为 true,否则为 false。
另见
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++