Add()

BitArray::Add(const bool&) method

Adds value to the end of container.

void System::Collections::BitArray::Add(const bool &item) override

Arguments

ParameterTypeDescription
itemconst bool&Value to push.

See Also