Table of Contents

Struct MemoryPool<T>.ReportInfo.NodeCollection.Enumerator

Namespace
LfrlAnvil.Memory
Assembly
LfrlAnvil.Core.dll

Lightweight enumerator implementation for MemoryPool<T>.ReportInfo.NodeCollection.

public struct MemoryPool<T>.ReportInfo.NodeCollection.Enumerator
Inherited Members
Extension Methods

Properties

Current

Gets the element in the collection at the current position of the enumerator.

public readonly MemoryPool<T>.ReportInfo.Node Current { get; }

Property Value

MemoryPool<T>.ReportInfo.Node

Methods

MoveNext()

Advances the enumerator to the next element of the collection.

public bool MoveNext()

Returns

bool

true if the enumerator was successfully advanced to the next element, otherwise false.