Exemplo n.º 1
0
 public static IXPathNavigable ToNavigable(this YamlNode yaml, XName?rootName = null, string?baseUri = null) =>
 new ExtensibleNavigator(yaml.AsNode(rootName, baseUri));