Removes the entry (value, list, or nested container) with the specified key.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Remove(
string key
)
Parameters
- key String
- The key of the entry to remove.
Return Value
Boolean if the entry was removed; otherwise,
.
See Also