ArgsTests.TestConsoleProvider.TestConsoleProvider C# (CSharp) Метод

TestConsoleProvider() публичный Метод

public TestConsoleProvider ( string input = "" ) : System
input string
Результат System
        public TestConsoleProvider(string input = "")
        {
            this.input = input;
            i = 0;
            BufferWidth = 80;
        }