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.Page for C++