SchoolsSystem.Models.Student.Student C# (CSharp) Метод

Student() публичный Метод

public Student ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Student()
        {
            this.marks = new HashSet<Mark>();
        }
Student