cmdR.Tests.CmdRTests.FakeCmdRConsole.FakeCmdRConsole C# (CSharp) Méthode

FakeCmdRConsole() public méthode

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