checkpoint
This commit is contained in:
9
Alpm/IPackageList.cs
Normal file
9
Alpm/IPackageList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Foodsoft.Alpm
|
||||
{
|
||||
public interface IPackageList<out T> : IEnumerable<T> where T : Package
|
||||
{
|
||||
public T? FindSatisfier(string depString);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user