Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LayoutKind.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
enum
LayoutKind
4
{
5
Sequential
= 0,
6
Explicit
= 2,
7
Auto
= 3
8
}
System.Runtime.InteropServices.CharSet.Auto
@ Auto
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices.LayoutKind.Explicit
@ Explicit
System.Runtime.InteropServices.LayoutKind.Sequential
@ Sequential
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
LayoutKind.cs
Generated by
1.10.0