Esempio n. 1
0
 internal override Expression VisitConstant(ConstantExpression c)
 {
     throw new NotSupportedException(Strings.ALinq_ConstantNotSupported(c.Value));
 }