コード例 #1
0
ファイル: UriWriter.cs プロジェクト: nuxleus/ODataLib
 internal override Expression VisitConstant(ConstantExpression c)
 {
     throw new NotSupportedException(Strings.ALinq_ConstantNotSupported(c.Value));
 }