YamlDotNet - A .NET library for parsing and emitting YAML
AnchorAlias Constructor (value, start, end)
NamespacesYamlDotNet.Core.EventsAnchorAliasAnchorAlias(String, Mark, Mark)

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

Initializes a new instance of the AnchorAlias class.
Declaration Syntax
C#Visual BasicVisual C++
public AnchorAlias(
	string value,
	Mark start,
	Mark end
)
Public Sub New ( _
	value As String, _
	start As Mark, _
	end As Mark _
)
public:
AnchorAlias(
	String^ value, 
	Mark start, 
	Mark end
)
Parameters
value (String)
The value of the alias.
start (Mark)
The start position of the event.
end (Mark)
The end position of the event.

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