SchoolSystem.School.School C# (CSharp) Method

School() public method

public School ( ) : System.Collections.Generic
return System.Collections.Generic
        public School()
        {
            this.Classes = new List<Class>();
        }