Click or drag to resize
DynamicTomlDelete Method (String)
Deletes the property.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Delete(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if the element is successfully found and removed.
See Also