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