YamlDotNet - A .NET library for parsing and emitting YAML
Mark Structure
NamespacesYamlDotNet.CoreMark

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

Represents a location inside a file
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public struct Mark
<SerializableAttribute> _
Public Structure Mark
[SerializableAttribute]
public value class Mark
Members
All MembersMethodsPropertiesFields



IconMemberDescription
Column
Gets / sets the index of the column

Empty
Gets a Mark with empty values.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Index
Gets / sets the absolute offset in the file

Line
Gets / sets the number of the line

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents this instance.
(Overrides ValueType.ToString()()()().)

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