예제 #1
0
 public ResultArgument(CharSource source, ref char chr)
 {
     source.Advance(out chr);
 }