Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ParameterAttributes
enum
System.Reflection.ParameterAttributes
Enumerator
None
In
Out
Lcid
Retval
Optional
HasDefault
HasFieldMarshal
Reserved3
Reserved4
ReservedMask
Definition at line
4
of file
ParameterAttributes.cs
.
5
{
6
None = 0,
7
In = 1,
8
Out = 2,
9
Lcid = 4,
10
Retval
= 8,
11
Optional
= 0x10,
12
HasDefault
= 0x1000,
13
HasFieldMarshal
= 0x2000,
14
Reserved3
= 0x4000,
15
Reserved4
= 0x8000,
16
ReservedMask
= 0xF000
17
}
System.Reflection.FieldAttributes.HasFieldMarshal
@ HasFieldMarshal
System.Reflection.FieldAttributes.HasDefault
@ HasDefault
System.Reflection.ParameterAttributes.Reserved4
@ Reserved4
System.Reflection.ParameterAttributes.Reserved3
@ Reserved3
System.Reflection.ParameterAttributes.Retval
@ Retval
System.Reflection.ParameterAttributes.Optional
@ Optional
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System
Reflection
Generated by
1.10.0