SetAll()

BitArray::SetAll(bool) method

Sets all elements to specific value.

void System::Collections::BitArray::SetAll(bool value)

Arguments

ParameterTypeDescription
valueboolFilling value.

See Also