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