Table of Contents

Struct NetworkLinkedList<T>.Enumerator

Namespace
Netick
Assembly
Netick.dll
public struct NetworkLinkedList<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(NetworkLinkedList<T>)

public Enumerator(NetworkLinkedList<T> list)

Parameters

list NetworkLinkedList<T>

Properties

Current

public T Current { get; }

Property Value

T

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()