checkpoint
This commit is contained in:
12
Alpm/IItemsReader`2.cs
Normal file
12
Alpm/IItemsReader`2.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Foodsoft.Alpm
|
||||
{
|
||||
internal interface IItemsReader<out TElement, out THandle> where THandle : SafeHandle
|
||||
{
|
||||
public THandle Handle { get; }
|
||||
public IntPtr GetItems();
|
||||
public TElement PtrToItem(IntPtr p);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user