public SearchResult(string url, string title, string content, FindingEngine engine)
 {
     this.url = url;
     this.title = title;
     this.content = content;
     this.engine = engine;
 }
Beispiel #2
0
 public SearchResult(string url, string title, string content, FindingEngine engine)
 {
     this.url     = url;
     this.title   = title;
     this.content = content;
     this.engine  = engine;
 }