YamlDotNet - A .NET library for parsing and emitting YAML
Add Method (tag, mapping)
NamespacesYamlDotNet.RepresentationModel.SerializationTagMappingsAdd(String, Type)

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

Adds the specified tag.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	string tag,
	Type mapping
)
Public Sub Add ( _
	tag As String, _
	mapping As Type _
)
public:
void Add(
	String^ tag, 
	Type^ mapping
)
Parameters
tag (String)
The tag.
mapping (Type)
The mapping.

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