DynamicTomlAdd Method (Object) |
Adds the specified value.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public void Add(
Object obj
)
Public Sub Add (
obj As Object
)
Parameters
- obj
- Type: SystemObject
The value of the element to add.
See Also