Class SelectionCandidateExtensions
- Namespace
- ZeroInstall.Model.Selection
- Assembly
- ZeroInstall.Model.dll
Provides extension methods for SelectionCandidate.
public static class SelectionCandidateExtensions
- Inheritance
-
SelectionCandidateExtensions
- Inherited Members
Methods
GetSuitableVersions(IEnumerable<SelectionCandidate>)
Returns a deduplicated list of suitable version numbers, sorted from newest to oldest.
public static IEnumerable<ImplementationVersion> GetSuitableVersions(this IEnumerable<SelectionCandidate> candidates)
Parameters
candidates
IEnumerable<SelectionCandidate>