SchoolsSystem.Models.Student.Student C# (CSharp) Méthode

Student() public méthode

public Student ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Student()
        {
            this.marks = new HashSet<Mark>();
        }
Student