Remove(TKey)
Removes a key-value pair.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
Remove(T)
public bool Remove(TKey key)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if a key-value pair was removed. |