C# Class ZeroInstall.Services.SelectionsManagerExtensions

Provides extension methods for ISelectionsManager.
Exibir arquivo Open project: 0install/0install-win

Public Methods

Method Description
GetUncachedImplementations ( [ selectionsManager, [ selections ) : ICollection

Combines ISelectionsManager.GetUncachedSelections and ISelectionsManager.GetImplementations.

Method Details

GetUncachedImplementations() public static method

Combines ISelectionsManager.GetUncachedSelections and ISelectionsManager.GetImplementations.
public static GetUncachedImplementations ( [ selectionsManager, [ selections ) : ICollection
selectionsManager [ The
selections [ The selections to search for s that are missing.
return ICollection