Beispiel #1
0
 public static T FromYaml <T>(this string yaml)
 {
     return(Yaml.From <T>(yaml));
 }