Mono Class Library: System.Collections.BitArray Overview | Members

System.Collections.BitArray.Get Method

Get the specified element from the BitArray.

public bool Get (int index)

Parameters

index
The index of the element to return.

Returns

Returns the value of the specified element.

Remarks

If the index is out of range a ArgumentOutOfRangeException will be thrown.

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0