Table of Contents

Struct FixedBitArray3

The fixed bit array

internal struct FixedBitArray3 : IEnumerable<bool>, IEnumerable

Implements

Inherited Members

Fields

_0

The

public bool _0

Field Value

bool

_1

The

public bool _1

Field Value

bool

_2

The

public bool _2

Field Value

bool

Properties

this[int]

The index out of range exception

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

Property Value

bool

Methods

Clear()

Clears this instance

public void Clear()

Clear(bool)

Clears the value

public void Clear(bool value)

Parameters

value bool

The value

Contains(bool)

Describes whether this instance contains

public bool Contains(bool value)

Parameters

value bool

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

value bool

The value

Returns

int

The int

IEnumerable.GetEnumerator()

Gets the enumerator

IEnumerator IEnumerable.GetEnumerator()

Returns

IEnumerator

The enumerator