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;
        }