checkpoint

This commit is contained in:
2020-04-30 20:40:52 -04:00
parent 9aa367e9f5
commit abba062f4f
28 changed files with 615 additions and 544 deletions

View File

@@ -16,7 +16,10 @@ namespace Foodsoft.Alpm.Marshalling
Marshal.FreeCoTaskMem(pNativeData);
}
public int GetNativeDataSize() => -1;
public int GetNativeDataSize()
{
return -1;
}
public IntPtr MarshalManagedToNative(object? managedObj)
{