SchoolSystem.Student.AddComment C# (CSharp) 메소드

AddComment() 공개 메소드

public AddComment ( string text ) : void
text string
리턴 void
        public void AddComment(string text)
        {
            Console.WriteLine("Student comment: " + text);
        }