EnumerableExtensions static class EnumerableExtensions Documentation Code public static TEnumerable[] CastToArray<TEnumerable>(this IEnumerable<TEnumerable> enumerable) public static bool ContainsReference<TElement>(this TElement[] array, TElement element) public static int GetReferenceIndex<TElement>(this TElement[] array, TElement element) public static TEnumerable[] WhereOrDefault<TEnumerable>(this IEnumerable<TEnumerable> enumerable, Func<TEnumerable, bool> predicate)