示例#1
0
 internal SearcheeResult(ISearchee searchee, IEnumerable <Match> matches)
 {
     this.Searchee = searchee;
     this.Matches  = matches;
 }
示例#2
0
 internal SearcheeResult(ISearchee searchee, IEnumerable<Match> matches)
 {
     this.Searchee = searchee;
     this.Matches = matches;
 }