Exemple #1
0
        ICollectionLoaded <TService, TCollectionType> .Sort(IComparer <TCollectionType> customComparer)
        {
            comparer = customComparer.ToNonGeneric();

            return(this);
        }