 | 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)
Syntaxpublic bool this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As Boolean
Get
Set
public:
virtual property bool default[int index] {
bool get (int index) sealed;
void set (int index, bool value) sealed;
}abstract Item : bool with get, set
override Item : bool with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the value to get or set.
Return Value
Type:
BooleanThe value of the bit at position index.
Implements
IListTItemInt32
See Also