Click or drag to resize

PropertiesRemove Method

Removes the entry (value, list, or nested container) with the specified key.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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