예제 #1
0
void case_1080()
#line 7334 "cs-parser.jay"
{
		yyVal = new Linq.ThenByDescending ((Linq.QueryBlock) current_block, (Expression)yyVals[-1+yyTop]);	
		lbag.AddLocation (yyVal, GetLocation (yyVals[0+yyTop]));
	  }
예제 #2
0
파일: visit.cs 프로젝트: xiaotie/NRefactory
 public virtual object Visit(Linq.ThenByDescending thenByDescending)
 {
     return(null);
 }