コード例 #1
0
 public ActionResult <char> GetNextChar(string str, string input)
 {
     return(_Istation.GetNextCharacter(str, input));
 }