Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PortableTailCallFrame.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
internal
struct
PortableTailCallFrame
4
{
5
public
IntPtr
TailCallAwareReturnAddress
;
6
7
public
unsafe delegate*<
IntPtr
,
IntPtr
,
PortableTailCallFrame
*,
void
>
NextCall
;
8
}
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.CompilerServices.PortableTailCallFrame.NextCall
unsafe delegate *< IntPtr, IntPtr, PortableTailCallFrame *, void > NextCall
Definition
PortableTailCallFrame.cs:7
System.Runtime.CompilerServices.PortableTailCallFrame.TailCallAwareReturnAddress
IntPtr TailCallAwareReturnAddress
Definition
PortableTailCallFrame.cs:5
System.Runtime.CompilerServices.PortableTailCallFrame
Definition
PortableTailCallFrame.cs:4
source
System.Private.CoreLib
System.Runtime.CompilerServices
PortableTailCallFrame.cs
Generated by
1.10.0