Click or drag to resize
DynamicTomlAdd Method (String, Object)
Adds the specified key and value.

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

Parameters

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