Ejemplo n.º 1
0
        public override object Clone()
        {
            ImageSearchService cln = new ImageSearchService();

            cln.Count             = this.Count;
            cln.Index             = this.Index;
            cln.Culture           = this.Culture;
            cln.Query             = this.Query;
            cln.RestrictedSites   = this.RestrictedSites;
            cln.AllowAdultContent = this.AllowAdultContent;
            cln.Dimensions        = this.Dimensions;
            cln.Url        = this.Url;
            cln.RefererUrl = this.RefererUrl;
            return(cln);
        }
Ejemplo n.º 2
0
 public override object Clone()
 {
     ImageSearchService cln = new ImageSearchService();
     cln.Count = this.Count;
     cln.Index = this.Index;
     cln.Culture = this.Culture;
     cln.Query = this.Query;
     cln.RestrictedSites = this.RestrictedSites;
     cln.AllowAdultContent = this.AllowAdultContent;
     cln.Dimensions = this.Dimensions;
     cln.Url = this.Url;
     cln.RefererUrl = this.RefererUrl;
     return cln;
 }