Set()

BitArray::Set(int, bool) method

Sets BitArray element.

void System::Collections::BitArray::Set(int index, bool value)

Arguments

ParameterTypeDescription
indexintIndex of bit to set.
valueboolBoolean representation of value being set.

See Also