Table of Contents

Struct MicroCollection<T>.Enumerator

Namespace
LfrlAnvil
Assembly
LfrlAnvil.Core.dll

Lightweight enumerator implementation for MicroCollection<T>.

public struct MicroCollection<T>.Enumerator
Inherited Members
Extension Methods

Properties

Current

Gets the element at the current position of the enumerator.

public T Current { get; }

Property Value

T

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.