SimpleMathExam.SimpleMathExam C# (CSharp) Метод

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

public SimpleMathExam ( int problemsSolved ) : System
problemsSolved int
Результат System
    public SimpleMathExam(int problemsSolved)
    {
        this.ProblemsSolved = problemsSolved;
    }