Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CallingConventions.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
CallingConventions
5
{
6
Standard
= 1,
7
VarArgs
= 2,
8
Any
= 3,
9
HasThis
= 0x20,
10
ExplicitThis
= 0x40
11
}
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:5
System.Reflection.CallingConventions.ExplicitThis
@ ExplicitThis
System.Reflection.CallingConventions.VarArgs
@ VarArgs
System.Reflection.CallingConventions.HasThis
@ HasThis
System.Reflection.CallingConventions.Standard
@ Standard
System.Reflection.CallingConventions.Any
@ Any
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
CallingConventions.cs
Generated by
1.10.0