Ejemplo n.º 1
0
 public static T FromToml <T>(this string toml)
 {
     return(Toml.From <T>(toml));
 }