Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

key

T
The key to remove.

Returns

Type

Description

boolTrue if a key-value pair was removed.