using System;
using System.Collections;
using System.Collections.Generic;
namespace ChanSort
{
///
/// The DelegateComparer class is used as an adapter to use a simple delegate method in places
/// where an IComparer interface is expected
///
public class DelegateComparer : IComparer
{
private readonly Func