Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodSemanticsAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
internal
enum
MethodSemanticsAttributes
5
{
6
Setter
= 1,
7
Getter
= 2,
8
Other
= 4,
9
AddOn
= 8,
10
RemoveOn
= 0x10,
11
Fire
= 0x20
12
}
System.Reflection.MethodSemanticsAttributes
MethodSemanticsAttributes
Definition
MethodSemanticsAttributes.cs:5
System.Reflection.MethodSemanticsAttributes.Setter
@ Setter
System.Reflection.MethodSemanticsAttributes.RemoveOn
@ RemoveOn
System.Reflection.MethodSemanticsAttributes.Other
@ Other
System.Reflection.MethodSemanticsAttributes.AddOn
@ AddOn
System.Reflection.MethodSemanticsAttributes.Fire
@ Fire
System.Reflection.MethodSemanticsAttributes.Getter
@ Getter
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
MethodSemanticsAttributes.cs
Generated by
1.10.0