Struct MergedList<T>.Enumerator
Syntax
public struct Enumerator : IEnumerator<T>, IDisposable, IEnumerator
Constructors
Enumerator(MergedList<T>)
Declaration
public Enumerator(MergedList<T> merged)
Parameters
Properties
Current
Declaration
public readonly T Current { get; }
Property Value
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
Implements
IEnumerator.Reset()
Declaration
Implements
Extension Methods