TestFail.GetTimeCharAt C# (CSharp) 메소드

GetTimeCharAt() 공개 메소드

public GetTimeCharAt ( int i ) : char
i int
리턴 char
    public override char GetTimeCharAt(int i)
    {
        string text = (countdown - counter).ToString();
        return text[i];
    }