Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / AggregationList.cs
index 50bee2bf3173c4429de2ad0fd2b4291b557bf788..225fcac9a9c04cd8b38212cb2c0acbc91ba21aab 100644 (file)
@@ -1,4 +1,3 @@
-#if NET_4_0
 //
 // AggregationList.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;
 using System.Collections;
 using System.Collections.Generic;
 
-namespace System.Linq
+namespace System.Linq.Parallel
 {
        internal class AggregationList<T> : IList<T>
        {