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
-
IEnumerator<T>
- Inherited Members
Constructors
Enumerator(RefList<T>)
Creates a new instance of a ref-list enumerator.
public Enumerator(RefList<T> list)
Parameters
listRefList<T>The list to enumerate.
Properties
Current
public T Current { get; }
Property Value
- T
Methods
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()