YamlDotNet - A .NET library for parsing and emitting YAML
Add Method (key, value)
NamespacesYamlDotNet.RepresentationModelYamlMappingNodeAdd(YamlNode, YamlNode)

[This is preliminary documentation and is subject to change.]

Adds the specified mapping to the Children collection.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	YamlNode key,
	YamlNode value
)
Public Sub Add ( _
	key As YamlNode, _
	value As YamlNode _
)
public:
void Add(
	YamlNode^ key, 
	YamlNode^ value
)
Parameters
key (YamlNode)
The key node.
value (YamlNode)
The value node.

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949