SchoolSystem.School.School C# (CSharp) 메소드

School() 공개 메소드

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