Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetProjectedValue() [1/2]

BlobHandle System.Reflection.Metadata.CustomAttribute.GetProjectedValue ( )
inlineprivate

Definition at line 44 of file CustomAttribute.cs.

45 {
47 if (customAttributeValueTreatment == CustomAttributeValueTreatment.None)
48 {
50 }
51 return GetProjectedValue(customAttributeValueTreatment);
52 }
CustomAttributeTableReader CustomAttributeTable
CustomAttributeValueTreatment CalculateCustomAttributeValueTreatment(CustomAttributeHandle handle)

References System.Reflection.Metadata.CustomAttribute._reader, System.Reflection.Metadata.MetadataReader.CalculateCustomAttributeValueTreatment(), System.Reflection.Metadata.MetadataReader.CustomAttributeTable, System.Reflection.Metadata.CustomAttribute.GetProjectedValue(), and System.Reflection.Metadata.Ecma335.CustomAttributeTableReader.GetValue().

Referenced by System.Reflection.Metadata.CustomAttribute.GetProjectedValue().