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