ArgsTests.TabCompletionTests.MyCompletionSource.GetWords C# (CSharp) 메소드

GetWords() 개인적인 정적인 메소드

private static GetWords ( ) : IEnumerable
리턴 IEnumerable
            private static IEnumerable<string> GetWords()
            {
                return "Adam|Abdelhamed".Split('|');
            }
TabCompletionTests.MyCompletionSource