Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / RepeatList.cs
index fe668435bbb4c9bdec39b429b91fe1948e8c6530..b506897b37593fccc3e59a81219d25dfcb167b71 100644 (file)
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0
+#if NET_4_0 || MOBILE
 using System;
 using System.Collections;
 using System.Collections.Generic;
 
-namespace System.Linq
+namespace System.Linq.Parallel
 {
        internal class RepeatList<T> : IList<T>
        {