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
public
enum
MethodSemanticsAttributes
5
{
6
Setter
= 1,
7
Getter
= 2,
8
Other
= 4,
9
Adder
= 8,
10
Remover
= 0x10,
11
Raiser
= 0x20
12
}
System.Reflection.MethodSemanticsAttributes
MethodSemanticsAttributes
Definition
MethodSemanticsAttributes.cs:5
System.Reflection.MethodSemanticsAttributes.Setter
@ Setter
System.Reflection.MethodSemanticsAttributes.Remover
@ Remover
System.Reflection.MethodSemanticsAttributes.Other
@ Other
System.Reflection.MethodSemanticsAttributes.Getter
@ Getter
System.Reflection.MethodSemanticsAttributes.Adder
@ Adder
System.Reflection.MethodSemanticsAttributes.Raiser
@ Raiser
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Reflection.Metadata
System.Reflection
MethodSemanticsAttributes.cs
Generated by
1.10.0