YamlDoc Class
Namespace
Statiq.Yaml.Dynamic
Base Types
  • object
graph BT Type-->Base0["object"] Type["YamlDoc"] class Type type-node

Syntax

public static class YamlDoc

Methods

Name Return Value Summary
LoadFromFile(string) YamlNode
static
LoadFromString(string) YamlNode
static
LoadFromTextReader(TextReader) YamlNode
static