Struct NativeMultiHashMap<TKey, TValue>.Concurrent
Namespace: Unity.Collections
Syntax
public struct Concurrent
Properties
Capacity
Declaration
public int Capacity { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Add(TKey, TValue)
Declaration
public void Add(TKey key, TValue item)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TValue | item |