コード例 #1
0
ファイル: Dumper.cs プロジェクト: gh0ztbuster/portia-mods
 public static string DumpObject(object obj)
 {
     return(Dumper.DumpObject(obj, -1));
 }