Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeData Class Reference

Public Member Functions

override string ToString ()
 
override int GetHashCode ()
 
override bool Equals (object? obj)
 

Static Public Member Functions

static IList< CustomAttributeDataGetCustomAttributes (MemberInfo target)
 
static IList< CustomAttributeDataGetCustomAttributes (Module target)
 
static IList< CustomAttributeDataGetCustomAttributes (Assembly target)
 
static IList< CustomAttributeDataGetCustomAttributes (ParameterInfo target)
 

Protected Member Functions

 CustomAttributeData ()
 

Properties

virtual Type AttributeType [get]
 
virtual ConstructorInfo Constructor [get]
 
virtual IList< CustomAttributeTypedArgumentConstructorArguments [get]
 
virtual IList< CustomAttributeNamedArgumentNamedArguments [get]
 

Detailed Description

Definition at line 6 of file CustomAttributeData.cs.


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