예제 #1
0
 public Property ConstantParser(int i)
 {
     return((RowParser.Constant <int, string>(i).Parse("").Value == i).ToProperty());
 }