ArgsTests.TabCompletionTests.MyLongCompletionSource.GetWords C# (CSharp) Method

GetWords() private static method

private static GetWords ( ) : IEnumerable
return IEnumerable
            private static IEnumerable<string> GetWords()
            {
                return "AVeryLongWordSoThatTheBufferWidthOfTheConsoleWillBeExceededAndAnExceptionWouldBeRisedIfNoMeasureIsTakendddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd|Abdelhamed".Split('|');
            }
TabCompletionTests.MyLongCompletionSource