ProblemPart.GetInteger C# (CSharp) 메소드

GetInteger() 공개 메소드

public GetInteger ( ) : int
리턴 int
    public virtual int GetInteger()
    {
        throw new Exception ("There is no way to represent this problem part as an integer.");
    }