YamlDotNet - A .NET library for parsing and emitting YAML
YamlDocument Class
NamespacesYamlDotNet.RepresentationModelYamlDocument

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

Represents an YAML document.
Declaration Syntax
C#Visual BasicVisual C++
public class YamlDocument
Public Class YamlDocument
public ref class YamlDocument
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
YamlDocument(YamlNode)
Initializes a new instance of the YamlDocument class.

YamlDocument(String)
Initializes a new instance of the YamlDocument class with a single scalar node.

Accept(IYamlVisitor)
Accepts the specified visitor by calling the appropriate Visit method on it.

AllNodes
Gets all nodes from the document.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RootNode
Gets or sets the root node.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ToXml(YamlDocument, XmlConverterOptions) (Inherited from XmlConverterExtensions.)
ToXml(YamlDocument) (Inherited from XmlConverterExtensions.)
Inheritance Hierarchy
Object
YamlDocument

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