SimpleMathExam.SimpleMathExam C# (CSharp) Méthode

SimpleMathExam() public méthode

public SimpleMathExam ( int problemsSolved ) : System
problemsSolved int
Résultat System
    public SimpleMathExam(int problemsSolved)
    {
        this.ProblemsSolved = problemsSolved;
    }