Exemplo n.º 1
0
 public static int?ParseNullableInt(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(IntConverter.ParseNullable(reader));
 }