Show / Hide Table of Contents

Class LooselyLinkedList<T>.Enumerator

Inheritance
object
LooselyLinkedList<T>.Enumerator
Implements
IEnumerator<T>
IEnumerator
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Collections.Generic
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
Type Name Description
LooselyLinkedListNode<T> first

Properties

| Edit this page View Source

Current

Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

| Edit this page View Source

Dispose()

Declaration
public void Dispose()
| Edit this page View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
bool
| Edit this page View Source

Reset()

Declaration
public void Reset()

Implements

IEnumerator<T>
IEnumerator
IDisposable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX