Struct FixedBitArray3
- Assembly
- Alis.dll
The fixed bit array
internal struct FixedBitArray3 : IEnumerable<bool>, IEnumerableImplements
Inherited Members
Fields
_0
The
public bool _0Field Value
_1
The
public bool _1Field Value
_2
The
public bool _2Field Value
Properties
this[int]
The index out of range exception
public bool this[int index] { get; set; }Property Value
Methods
Clear()
Clears this instance
public void Clear()Clear(bool)
Clears the value
public void Clear(bool value)Parameters
valuebool-
The value
Contains(bool)
Describes whether this instance contains
public bool Contains(bool value)Parameters
valuebool-
The value
Returns
- bool
-
The bool
Enumerate()
Enumerates this instance
private IEnumerable<bool> Enumerate()Returns
- IEnumerable<bool>
-
An enumerable of bool
GetEnumerator()
Gets the enumerator
public IEnumerator<bool> GetEnumerator()Returns
- IEnumerator<bool>
-
An enumerator of bool
IndexOf(bool)
Indexes the of using the specified value
public int IndexOf(bool value)Parameters
valuebool-
The value
Returns
- int
-
The int
IEnumerable.GetEnumerator()
Gets the enumerator
IEnumerator IEnumerable.GetEnumerator()Returns
- IEnumerator
-
The enumerator