[This is preliminary documentation and is subject to change.]
Represents an YAML document.
| C# | Visual Basic | Visual C++ |
public class YamlDocument
Public Class YamlDocument
public ref class YamlDocument
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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) |
Invokes ToXml(YamlDocument).
(Inherited from XmlConverterExtensions.) | |
| ToXml(YamlDocument) |
Invokes ToXml(YamlDocument).
(Inherited from XmlConverterExtensions.) |
| Object | |
| YamlDocument | |