SchoolSystem.Student.AddComment C# (CSharp) Méthode

AddComment() public méthode

public AddComment ( string text ) : void
text string
Résultat void
        public void AddComment(string text)
        {
            Console.WriteLine("Student comment: " + text);
        }