Ejemplo n.º 1
0
 public static string ToToml <T>(this T graph)
 {
     return(Toml.To(graph));
 }