#if FAT using System; using System.Collections.Generic; namespace LinqInternal.Collections { internal sealed partial class ExtendedReadOnlyCollection : IExtendedReadOnlyCollection, IExtendedCollection { bool IExtendedCollection.Remove(T item, IEqualityComparer comparer) { throw new NotSupportedException(); } } } #endif