Пример #1
0
 public static BymlFileData FromYaml(this string String)
 {
     return(Yaml.FromYaml(String));
 }