Clone() private method

private Clone ( ) : MatchReason
return MatchReason
示例#1
0
 public ReportInfo(string filename, string fullpath, MatchReason reason)
 {
     this.filename = filename;
     this.reason   = reason.Clone();
     this.fullpath = fullpath;
 }