ProGet SDK Reference
Version:

ToSortedSet<TSource>(System.Collections.Generic.IEnumerable<TSource> source, System.Collections.Generic.IComparer<TSource> comparer) Method

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>