ArgsTests.TestConsoleProvider.TestConsoleProvider C# (CSharp) Method

TestConsoleProvider() public method

public TestConsoleProvider ( string input = "" ) : System
input string
return System
        public TestConsoleProvider(string input = "")
        {
            this.input = input;
            i = 0;
            BufferWidth = 80;
        }