Table of Contents

Struct UnsafeStack<T>.Enumerator

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

Constructors

Enumerator(ref UnsafeStack<T>)

public Enumerator(ref UnsafeStack<T> collection)

Parameters

collection UnsafeStack<T>

Properties

Current

public readonly ref T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()