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