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
Datatype_language.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000101 RID: 257
7 {
8 // Token: 0x1700026C RID: 620
9 // (get) Token: 0x0600093A RID: 2362 RVA: 0x0001BBEC File Offset: 0x00019DEC
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.Language;
15 }
16 }
17
18 // Token: 0x0600093B RID: 2363 RVA: 0x0001BBFC File Offset: 0x00019DFC
20 {
21 }
22 }
23}
TypeCode
Definition TypeCode.cs:7