delete Method
Deletes a value using its key.
delete(key: K): boolean
Parameter | Type | Description |
---|---|---|
key | K | The key to delete |
Returns - boolean
true if the key was found and deleted.
Defined in
- core/bentley/src/Dictionary.ts Line 144
Last Updated: 20 June, 2023