System::Collections::BitArray::Contains メソッド

BitArray::Contains method

コンテナに特定の値が存在するかチェックします。未実装です。

bool System::Collections::BitArray::Contains(const bool &item) const override
パラメーター説明
項目const bool&検索対象の項目。

ReturnValue

要素が存在すれば true、存在しなければ false。

参照