Class HashMapUtility
Inheritance
System.Object
HashMapUtility
Namespace: Unity.Entities
Syntax
public static class HashMapUtility
Methods
TryRemove<K, V>(NativeMultiHashMap<K, V>, K, V)
Declaration
public static bool TryRemove<K, V>(this NativeMultiHashMap<K, V> h, K k, V v)
where K : struct, IEquatable<K> where V : struct, IEquatable<V>
Parameters
| Type | Name | Description |
|---|---|---|
| NativeMultiHashMap<K, V> | h | |
| K | k | |
| V | v |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Type Parameters
| Name | Description |
|---|---|
| K | |
| V |