clojure.lang.PersistentTreeMap.comparator C# (CSharp) Метод

comparator() публичный Метод

Returns the comparer used to sort the elements in the collection.
Would be called Comparer except we need to match the JVM name.
public comparator ( ) : System.Collections.IComparer
Результат System.Collections.IComparer
        public System.Collections.IComparer comparator()
        {
            return _comp;
        }