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

◆ GetModifierString()

StringBuilder System.TypeSpec.GetModifierString ( StringBuilder sb)
inlineprivate

Definition at line 84 of file TypeSpec.cs.

85 {
86 if (this.modifier_spec != null)
87 {
88 }
89 if (this.is_byref)
90 {
91 }
92 return sb;
93 }
List< ModifierSpec > modifier_spec
Definition TypeSpec.cs:243

References System.TypeSpec.is_byref, and System.TypeSpec.modifier_spec.