Merge pull request #496 from nicolas-raoul/unit-test-for-issue2907
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / ReverseList.cs
index b5ca7d02393a4133b548ec89de54c5316dee7e15..628d925917f0d9d78b412835ef1fc967eb44c5ac 100644 (file)
@@ -1,4 +1,3 @@
-#if NET_4_0
 //
 // QueryReverseNode.cs
 //
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
+#if NET_4_0 || MOBILE
 using System.Linq;
 using System.Threading;
 using System.Collections;
 using System.Collections.Generic;
 
-namespace System.Linq
+namespace System.Linq.Parallel
 {
        internal class ReverseList<T> : IList<T>
        {