Table of Contents

Struct UnsafeMultiHashMap<TKey, TValue>.Enumerator

Namespace
Misaki.HighPerformance.LowLevel.Collections
Assembly
Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeMultiHashMap<TKey, TValue>.Enumerator
Inherited Members

Constructors

Enumerator(ref HashMapHelper<TKey>)

public Enumerator(ref HashMapHelper<TKey> data)

Parameters

data HashMapHelper<TKey>

Properties

Current

public readonly KeyValuePair<TKey, TValue> Current { get; }

Property Value

KeyValuePair<TKey, TValue>

Methods

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()