DynamicTomlDelete Method (Int32) |
Deletes the element.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool Delete(
int index
)
Public Function Delete (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
Booleantrue if the element is successfully found and removed.
See Also