<PackageReference Include="NUnit" Version="4.6.0" />

NUnit.Framework.Internal.Extensions.IEnumerableExtensions

static class IEnumerableExtensions
namespace NUnit.Framework.Internal.Extensions { internal static class IEnumerableExtensions { public static bool IsSortable(this IEnumerable collection); public static bool IsSortable<[System.Runtime.CompilerServices.Nullable(2)] T>(this IEnumerable<T> collection); } }