C# Class NuGet.InstallWalker.OperationLookup

Operation lookup encapsulates an operation list and another efficient data structure for finding package operations by package id, version and PackageAction.
Mostra file Open project: themotleyfool/NuGet

Private Methods

Method Description
AddOperation ( NuGet.PackageOperation operation ) : void
Clear ( ) : void
Contains ( IPackage package, PackageAction action ) : bool
GetPackageLookup ( PackageAction action, bool createIfNotExists = false ) : PackageOperation>.Dictionary
GetPackages ( PackageAction action ) : IEnumerable
RemoveOperation ( IPackage package, PackageAction action ) : void
ToList ( ) : IList