Get()

BitArray::Get(int) const method

Gets BitArray element.

bool System::Collections::BitArray::Get(int index) const

Arguments

ParameterTypeDescription
indexintIndex of bit to get.

Return Value

Boolean representation of addressed bit.

See Also