We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9193f4 + 1faeaf7 commit 23463f1Copy full SHA for 23463f1
SolrNet.Linq/Expressions/SelectMethod.cs
@@ -1,13 +1,10 @@
1
using System;
2
-using System.Collections.Generic;
3
using System.Linq;
4
using System.Linq.Expressions;
5
-using System.Reflection;
6
-using SolrNet.Commands.Parameters;
7
using SolrNet.Linq.Expressions.Context;
8
using SolrNet.Linq.Impl;
9
10
-namespace SolrNet.Linq.Expressions.NodeTypeHelpers
+namespace SolrNet.Linq.Expressions
11
{
12
public static class SelectMethod
13
0 commit comments