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

◆ CreatedType

Type Newtonsoft.Json.Serialization.JsonContract.CreatedType
getsetinherited

Definition at line 36 of file JsonContract.cs.

37 {
38 get
39 {
40 return this._createdType;
41 }
42 set
43 {
45 bool flag = value.IsSealed();
46 bool flag2 = this._createdType.IsInterface();
47 }
48 }
class f__AnonymousType0<< Count > j__TPar
bool IsInterface
Definition Type.cs:1345
bool IsSealed
Definition Type.cs:592