terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetCustomAttributes< T >()

Type Constraints
T :Attribute 

Definition at line 37 of file CustomAttributeExtensions.cs.

37 : Attribute
38 {
40 do
41 {
42 Type type;
43 customAttributes = CustomAttributeExtensions.GetCustomAttributes(type, type);
44 if (customAttributes == null)
45 {
46 return;
47 }
48 }
49 while (customAttributes != null);
50 throw new InvalidCastException();
51 }
class f__AnonymousType0<< Count > j__TPar
object[] GetCustomAttributes(bool inherit)

References System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), and j__TPar.