示例#1
0
 public CSharpMethod(string fullmethodname, CSharpMethodBodyStatistics bodyStatistics, string file, Commit commit)
 {
     _fullmethodname = fullmethodname;
     _bodyStatistics = bodyStatistics;
     _file           = file;
     _commit         = commit;
 }
 public CSharpMethod(string fullmethodname, CSharpMethodBodyStatistics bodyStatistics, string file, Commit commit)
 {
     _fullmethodname = fullmethodname;
       _bodyStatistics = bodyStatistics;
       _file = file;
       _commit = commit;
 }