Rf.Sites.Frame.PeriodOfTimeOutput.yearInflection C# (CSharp) 메소드

yearInflection() 개인적인 정적인 메소드

private static yearInflection ( int years ) : string
years int
리턴 string
    private static string yearInflection(int years)
    {
      return years > 1 ? "years" : "year";
    }