cmdR.Tests.CmdRTests.FakeCmdRConsole.FakeCmdRConsole C# (CSharp) 메소드

FakeCmdRConsole() 공개 메소드

public FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
textToRead string
리턴 System.Collections.Generic
        public FakeCmdRConsole(string textToRead)
        {
            ConsoleWindow = new List<string>();
            TextToRead = textToRead;
        }