Phonebook.StringBuilderPrinter.Print C# (CSharp) 메소드

Print() 공개 메소드

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