#if NET20 || NET30 || !NET_4_6 using System.Collections.Generic; namespace System.Linq.Reimplement { #if NETCF public interface IGrouping : IEnumerable #else public interface IGrouping : IEnumerable #endif { TKey Key { get; } } } #endif