Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ResourceAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
ResourceAttributes
5
{
6
Public
= 1,
7
Private
= 2
8
}
System.Reflection.BindingFlags.Public
@ Public
System.Reflection.ResourceAttributes
ResourceAttributes
Definition
ResourceAttributes.cs:5
System.Reflection.FieldAttributes.Private
@ Private
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
ResourceAttributes.cs
Generated by
1.10.0