Syntax
public
static
SortedSet<TSource> ToSortedSet<TSource>(IEnumerable<TSource> source, IComparer<TSource> comparer)
Parameters
- source
- Type: System.Collections.Generic.IEnumerable<TSource>
- comparer
- Type: System.Collections.Generic.IComparer<TSource>