示例#1
0
文件: Yaml.cs 项目: IngisKahn/Nyaml
 public static Nodes.Base Compose(ILoader loader)
 {
     return loader.GetSingleNode();
 }