SchoolSystem.School.School C# (CSharp) Метод

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

public School ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public School()
        {
            this.Classes = new List<Class>();
        }