Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CustomAttributeValueTreatment.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Metadata.Ecma335
;
2
3
[Flags]
4
internal
enum
CustomAttributeValueTreatment
:
byte
5
{
6
None
= 0,
7
AttributeUsageAllowSingle
= 1,
8
AttributeUsageAllowMultiple
= 2,
9
AttributeUsageVersionAttribute
= 3,
10
AttributeUsageDeprecatedAttribute
= 4
11
}
System.Reflection.Metadata.Ecma335.CustomAttributeValueTreatment
CustomAttributeValueTreatment
Definition
CustomAttributeValueTreatment.cs:5
System.Reflection.Metadata.Ecma335.CustomAttributeValueTreatment.AttributeUsageDeprecatedAttribute
@ AttributeUsageDeprecatedAttribute
System.Reflection.Metadata.Ecma335.CustomAttributeValueTreatment.AttributeUsageAllowSingle
@ AttributeUsageAllowSingle
System.Reflection.Metadata.Ecma335.CustomAttributeValueTreatment.AttributeUsageAllowMultiple
@ AttributeUsageAllowMultiple
System.Reflection.Metadata.Ecma335.CustomAttributeValueTreatment.AttributeUsageVersionAttribute
@ AttributeUsageVersionAttribute
System.Reflection.Metadata.Ecma335.CustomAttributeTreatment.None
@ None
System.Reflection.Metadata.Ecma335
Definition
ArrayShapeEncoder.cs:3
source
System.Reflection.Metadata
System.Reflection.Metadata.Ecma335
CustomAttributeValueTreatment.cs
Generated by
1.10.0