System::Collections::BitArray::Add method

BitArray::Add method

Adds value to the end of container.

void System::Collections::BitArray::Add(const bool &item) override
ParameterTypeDescription
itemconst bool&Value to push.

See Also