MingStar.SimUniversity.Contract.StudentGroup.StudentGroup C# (CSharp) 메소드

StudentGroup() 공개 메소드

public StudentGroup ( DegreeType degree, int quantity ) : System.Collections.Generic
degree DegreeType
quantity int
리턴 System.Collections.Generic
        public StudentGroup(DegreeType degree, int quantity)
        {
            Degree = degree;
            Quantity = quantity;
        }