Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeType Struct Reference

Public Member Functions

 CustomAttributeType (CustomAttributeEncoding encodedType, CustomAttributeEncoding encodedArrayType, CustomAttributeEncoding encodedEnumType, string enumName)
 

Properties

CustomAttributeEncoding EncodedType [get]
 
CustomAttributeEncoding EncodedEnumType [get]
 
CustomAttributeEncoding EncodedArrayType [get]
 
string EnumName [get]
 

Private Attributes

readonly string m_enumName
 
readonly CustomAttributeEncoding m_encodedType
 
readonly CustomAttributeEncoding m_encodedEnumType
 
readonly CustomAttributeEncoding m_encodedArrayType
 
readonly CustomAttributeEncoding m_padding
 

Detailed Description

Definition at line 6 of file CustomAttributeType.cs.


The documentation for this struct was generated from the following file: