Remove()

BitArray::Remove(const bool&) method

Returns first occurance of specified value. Not implemented.

bool System::Collections::BitArray::Remove(const bool &item) override

Arguments

ParameterTypeDescription
itemconst bool&Value to remove.

Return Value

true if value is found and removed, false otherwise.

See Also