Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodCodeType.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
public
enum
MethodCodeType
4
{
5
IL
,
6
Native
,
7
OPTIL
,
8
Runtime
9
}
System.Runtime.CompilerServices.MethodCodeType
MethodCodeType
Definition
MethodCodeType.cs:4
System.Runtime.CompilerServices.MethodCodeType.IL
@ IL
System.Runtime.CompilerServices.MethodCodeType.OPTIL
@ OPTIL
System.Runtime.CompilerServices.MethodCodeType.Native
@ Native
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Private.CoreLib
System.Runtime.CompilerServices
MethodCodeType.cs
Generated by
1.10.0