コード例 #1
0
ファイル: Helper.cs プロジェクト: TsubakiP/Tsubaki
 public static T FromToml <T>(this string toml)
 {
     return(Toml.From <T>(toml));
 }