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