Click or drag to resize
DynamicTomlDelete Method (Int32)
Deletes the element.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Delete(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

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