Click or drag to resize

BitCollectionItem Property

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the bit at a specific position in the BitCollection.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public bool this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the value to get or set.

Return Value

Type: Boolean
The value of the bit at position index.

Implements

IListTItemInt32
See Also