System.Collections.BitArray.Item Property
Gets or sets the element at the specified index of the current instance.

Syntax

This is the default property for this class.

public bool this [int index] { get; set; }

Parameters

index
A int that specifies the zero-based index of the element in the current instance to get or set. This value must be greater than or equal to 0, and less than the BitArray.Count of the current instance.

Value

The element at the specified index of the current instance.

Remarks

Documentation for this section has not yet been entered.

Requirements

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