BookInfo.BookSearchUrl.BookSearchUrl C# (CSharp) Method

BookSearchUrl() public method

public BookSearchUrl ( string searchKey ) : System
searchKey string
return System
        public BookSearchUrl(string searchKey)
        {
            this.searchKey = searchKey;
        }