Removes the element with the specified key from the dictionary.
Namespace: MindFusion.Collections
File: Dictionary.js
JavaScript
![]() |
---|
function remove (key) |
The key of the element to remove.
The value corresponding to the specified key or null, if the key is not found.