Table of Contents

Struct RefList<T>.Enumerator

Namespace
AsmResolver.Collections
Assembly
AsmResolver.dll

Provides an implementation for an enumerator that iterates elements in a ref-list.

public struct RefList<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(RefList<T>)

Creates a new instance of a ref-list enumerator.

public Enumerator(RefList<T> list)

Parameters

list RefList<T>

The list to enumerate.

Properties

Current

public T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()