Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AttributeTargets.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
[Flags]
4
public
enum
AttributeTargets
5
{
6
Assembly
= 1,
7
Module
= 2,
8
Class
= 4,
9
Struct
= 8,
10
Enum
= 0x10,
11
Constructor
= 0x20,
12
Method
= 0x40,
13
Property
= 0x80,
14
Field
= 0x100,
15
Event
= 0x200,
16
Interface
= 0x400,
17
Parameter
= 0x800,
18
Delegate
= 0x1000,
19
ReturnValue
= 0x2000,
20
GenericParameter
= 0x4000,
21
All
= 0x7FFF
22
}
System.Delegate
Definition
Delegate.cs:12
System.Enum
Definition
Enum.cs:14
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
System.AttributeTargets.GenericParameter
@ GenericParameter
System.AttributeTargets.Interface
@ Interface
System.AttributeTargets.Method
@ Method
System.AttributeTargets.Property
@ Property
System.AttributeTargets.Constructor
@ Constructor
System.AttributeTargets.Field
@ Field
System.AttributeTargets.Parameter
@ Parameter
System.AttributeTargets.Struct
@ Struct
System.AttributeTargets.Class
@ Class
System.AttributeTargets.Event
@ Event
System.AttributeTargets.All
@ All
System.AttributeTargets.Assembly
@ Assembly
System.AttributeTargets.Module
@ Module
System.AttributeTargets.ReturnValue
@ ReturnValue
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
AttributeTargets.cs
Generated by
1.10.0