Apex.Search.SearchResults.get C# (CSharp) Method

get() public method

public get ( string sObjectType ) : List
sObjectType string
return List
        public List<SearchResult> get(string sObjectType)
        {
            return Self.get(sObjectType);
        }