Phonebook.StringBuilderPrinter.Print C# (CSharp) Method

Print() public method

public Print ( string text ) : void
text string
return void
        public void Print(string text)
        {
            output.AppendLine(text);
        }
StringBuilderPrinter