Click or drag to resize
DynamicTomlAdd Method (Object)
Adds the specified value.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void Add(
	Object obj
)

Parameters

obj
Type: SystemObject
The value of the element to add.
See Also