FT.Model.UtilRepository.GetDKStopWords C# (CSharp) Method

GetDKStopWords() public method

public GetDKStopWords ( ) : IEnumerable
return IEnumerable
        public IEnumerable<string> GetDKStopWords()
        {
            return stopwords;
        }
UtilRepository