// Needed for NET40 #if !NET_4_6 namespace LinqInternal.Collections { internal delegate bool TryTake(out T item); } #endif