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
InstanceCreationEditor.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200038C RID: 908
6 public abstract class InstanceCreationEditor
7 {
8 // Token: 0x17000568 RID: 1384
9 // (get) Token: 0x060017AE RID: 6062 RVA: 0x0004369C File Offset: 0x0004189C
10 public virtual string Text
11 {
12 get
13 {
14 return "(New...)";
15 }
16 }
17
18 // Token: 0x060017AF RID: 6063
19 public abstract object CreateInstance(ITypeDescriptorContext context, Type instanceType);
20
21 // Token: 0x060017B0 RID: 6064 RVA: 0x000436B0 File Offset: 0x000418B0
23 {
24 }
25 }
26}
class f__AnonymousType0<< Count > j__TPar
object CreateInstance(ITypeDescriptorContext context, Type instanceType)