System::Collections::BitArray::Enumerator::MoveNext method

Enumerator::MoveNext method

Moves to the next bit.

bool System::Collections::BitArray::Enumerator::MoveNext() override

ReturnValue

false if container end is hit, true otherwise.

See Also