#if FAT namespace LinqInternal.Collections { internal interface IDropPoint : IReadOnlyDropPoint { bool Add(T item); void Clear(); bool TryTake(out T item); } } #endif