#if FAT using System.Collections.Generic; namespace LinqInternal.Collections { internal interface IReadOnlyDropPoint : IReadOnlyCollection { T Item { get; } } } #endif