mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 07:14:09 +02:00
Interop fixes and tests, fixing xplat struct passing issues
This commit is contained in:
parent
4cf6af53bd
commit
5da74382d4
31 changed files with 1569 additions and 239 deletions
|
@ -476,13 +476,23 @@ namespace System
|
|||
Let,
|
||||
Boolean,
|
||||
Int8,
|
||||
UInt8,
|
||||
Int16,
|
||||
UInt16,
|
||||
Int32,
|
||||
UInt32,
|
||||
Int64,
|
||||
UInt64,
|
||||
UInt8,
|
||||
Int16,
|
||||
UInt16,
|
||||
Int24,
|
||||
UInt24,
|
||||
Int32,
|
||||
UInt32,
|
||||
Int40,
|
||||
UInt40,
|
||||
Int48,
|
||||
UInt48,
|
||||
Int56,
|
||||
UInt56,
|
||||
Int64,
|
||||
UInt64,
|
||||
Int128,
|
||||
UInt128,
|
||||
Int,
|
||||
UInt,
|
||||
IntUnknown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue