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

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

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