Property this
this[int]
Gets or sets the bit at the specified index.
public bool this[int index] { readonly get; set; }Parameters
- indexint
- Index of the bit to get or set. 
Gets or sets the bit at the specified index.
public bool this[int index] { readonly get; set; }index intIndex of the bit to get or set.