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

◆ GetCustomAttribute()

static Attribute System.Reflection.CustomAttributeExtensions.GetCustomAttribute ( this Assembly element,
Type attributeType )
inlinestatic

Definition at line 11 of file CustomAttributeExtensions.cs.

12 {
13 Attribute attribute;
14 return attribute;
15 }