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

◆ AddName()

void System.TypeSpec.AddName ( string type_name)
inlineprivate

Definition at line 168 of file TypeSpec.cs.

169 {
170 if (this.name != null)
171 {
172 if (this.nested == null)
173 {
174 }
176 return;
177 }
180 }
class f__AnonymousType0<< Count > j__TPar
static TypeIdentifier FromDisplay(string displayName)
List< TypeIdentifier > nested
Definition TypeSpec.cs:237
TypeIdentifier name
Definition TypeSpec.cs:231

References System.TypeIdentifiers.FromDisplay(), j__TPar, System.TypeSpec.name, and System.TypeSpec.nested.