Class LooselyLinkedList<T>.Enumerator
Inheritance
LooselyLinkedList<T>.Enumerator
Assembly: NMF.Collections.dll
Syntax
public class LooselyLinkedList<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Constructors
|
Edit this page
View Source
Enumerator(LooselyLinkedListNode<T>)
Declaration
public Enumerator(LooselyLinkedListNode<T> first)
Parameters
Properties
|
Edit this page
View Source
Current
Declaration
public T Current { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Declaration
|
Edit this page
View Source
MoveNext()
Declaration
Returns
|
Edit this page
View Source
Reset()
Declaration
Implements