Table of Contents

Struct BitList.Enumerator

Namespace
AsmResolver.Collections
Assembly
AsmResolver.dll

Represents an enumerator that iterates over all bits in a bit list.

public struct BitList.Enumerator : IEnumerator<bool>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(BitList)

Creates a new bit enumerator.

public Enumerator(BitList list)

Parameters

list BitList

The list to enumerate.

Properties

Current

public bool Current { get; }

Property Value

bool

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()