AsgSearch.web.Classes.GoogleSearch.Search C# (CSharp) Метод

Search() публичный Метод

public Search ( string strText ) : IEnumerable
strText string
Результат IEnumerable
        public IEnumerable<string> Search(string strText)
        {
            throw new NotImplementedException();
        }
GoogleSearch