Table of Contents

Struct UnsafeParallelHashMap<TKey, TValue>.ParallelWriter

Namespace
Misaki.HighPerformance.LowLevel.Collections
Assembly
Misaki.HighPerformance.LowLevel.dll
public struct UnsafeParallelHashMap<TKey, TValue>.ParallelWriter
Inherited Members

Methods

TryAdd(TKey, TValue)

public bool TryAdd(TKey key, TValue item)

Parameters

key TKey
item TValue

Returns

bool