Spinach.Program.getKeywords C# (CSharp) Method

getKeywords() public method

public getKeywords ( ) : List
return List
        public List<string> getKeywords()
        {
            Keywords obj = new Keywords();
            return obj.getkeywords();
        }