Sources 


List<T> listT = new List<T> { };


listT.Sort(delegate (T x, T y) {

    return x.ORDER.CompareTo(y.ORDER);

});



반응형

+ Recent posts