YamlDotNet - A .NET library for parsing and emitting YAML
Line Property
NamespacesYamlDotNet.CoreMarkLine

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

Gets / sets the number of the line
Declaration Syntax
C#Visual BasicVisual C++
public int Line { get; set; }
Public Property Line As Integer
	Get
	Set
public:
property int Line {
	int get ();
	void set (int value);
}

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