docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo
EnumerableExtensions
EnumerableExtensions Class
Inheritance Hierarchy
object
Inedo.EnumerableExtensions
Syntax
public
class
EnumerableExtensions
Methods
Name
Description
ToHashSet<TSource>(System.Collections.Generic.IEnumerable<TSource> source)
ToHashSet<TSource>(System.Collections.Generic.IEnumerable<TSource> source, System.Collections.Generic.IEqualityComparer<TSource> comparer)
ToSortedSet<TSource>(System.Collections.Generic.IEnumerable<TSource> source)
ToSortedSet<TSource>(System.Collections.Generic.IEnumerable<TSource> source, System.Collections.Generic.IComparer<TSource> comparer)