예제 #1
0
 private void VisitSkip(ConstantExpression constantExpression)
 {
     //Don't have to worry about the cast failing, the Skip() extension method only takes an int
     luceneQuery.Skip((int)constantExpression.Value);
 }