System::Collections::BitArray::Remove method

BitArray::Remove method

Returns first occurance of specified value. Not implemented.

bool System::Collections::BitArray::Remove(const bool &item) override
ParameterTypeDescription
itemconst bool&Value to remove.

ReturnValue

true if value is found and removed, false otherwise.

See Also