예제 #1
0
 public static List <int> ParseListInt(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(IntConverter.ParseCollection(reader, context));
 }