Table of Contents

Struct UnsafeHashSet<T>.Enumerator

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

Constructors

Enumerator(ref HashMapHelper<T>)

public Enumerator(ref HashMapHelper<T> hashMap)

Parameters

hashMap HashMapHelper<T>

Properties

Current

public readonly T Current { get; }

Property Value

T

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()