コード例 #1
0
 public static List <bool> ParseListBool(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(BoolConverter.ParseCollection(reader, context));
 }