YamlDotNet.Core : YamlDotNet.Core Namespace

Mark Struct

Represents a location inside a file

public struct Mark

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Members

See Also: Inherited members from ValueType.

Public Fields

static readonly
Empty Mark . Gets a YamlDotNet.Core.Mark with empty values.

Public Properties

Column int . Gets / sets the index of the column
Index int . Gets / sets the absolute offset in the file
Line int . Gets / sets the number of the line

Member Details

Column Property

Gets / sets the index of the column

public int Column { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Empty Field

Gets a YamlDotNet.Core.Mark with empty values.

public static readonly Mark Empty

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Index Property

Gets / sets the absolute offset in the file

public int Index { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Line Property

Gets / sets the number of the line

public int Line { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326