YamlDotNet - A .NET library for parsing and emitting YAML
YamlScalarNode Class
NamespacesYamlDotNet.RepresentationModelYamlScalarNode

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

Represents a scalar node in the YAML document.
Declaration Syntax
C#Visual BasicVisual C++
public class YamlScalarNode : YamlNode
Public Class YamlScalarNode _
	Inherits YamlNode
public ref class YamlScalarNode : public YamlNode
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
YamlScalarNode()()()()
Initializes a new instance of the YamlScalarNode class.

YamlScalarNode(String)
Initializes a new instance of the YamlScalarNode class.

Accept(IYamlVisitor)
Accepts the specified visitor by calling the appropriate Visit method on it.
(Overrides YamlNode.Accept(IYamlVisitor).)
AllNodes
Gets all nodes from the document, starting on the current node.
(Overrides YamlNode.AllNodes.)
Anchor
Gets or sets the anchor of the node.
(Inherited from YamlNode.)
End
Gets the position in the input stream where the event that originated the node ends.
(Inherited from YamlNode.)
Equals(Object)
(Overrides Object.Equals(Object).)
Equals(YamlNode)
Provides a basic implementation of Object.Equals
(Inherited from YamlNode.)
ExplicitNarrowingExplicitExplicitExplicit(YamlScalarNode to String)
Performs an explicit conversion from YamlScalarNode to String.

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()()()()
Serves as a hash function for a particular type.
(Overrides YamlNode.GetHashCode()()()().)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(String to YamlScalarNode)
Performs an implicit conversion from String to YamlScalarNode.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Start
Gets the position in the input stream where the event that originated the node starts.
(Inherited from YamlNode.)
Style
Gets or sets the style of the node.

Tag
Gets or sets the tag of the node.
(Inherited from YamlNode.)
ToString()()()()
Returns a String that represents this instance.
(Overrides Object.ToString()()()().)
Value
Gets or sets the value of the node.

Inheritance Hierarchy
Object
YamlNode
 YamlScalarNode

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