Table of Contents

Struct UnsafeQueue<T>.Enumerator

Namespace
Misaki.HighPerformance.LowLevel.Collections
Assembly
Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeQueue<T>.Enumerator
Inherited Members

Constructors

Enumerator(ref UnsafeQueue<T>)

public Enumerator(ref UnsafeQueue<T> collection)

Parameters

collection UnsafeQueue<T>

Properties

Current

public readonly ref T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()