ArgsTests.TestConsoleProvider.Append C# (CSharp) Method

Append() public method

public Append ( string text ) : void
text string
return void
        public void Append(string text)
        {
            input = input + text;
        }