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_normalizedString.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000FD RID: 253
7 {
8 // Token: 0x17000266 RID: 614
9 // (get) Token: 0x06000930 RID: 2352 RVA: 0x0001BB3C File Offset: 0x00019D3C
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.NormalizedString;
15 }
16 }
17
18 // Token: 0x17000267 RID: 615
19 // (get) Token: 0x06000931 RID: 2353 RVA: 0x0001BB4C File Offset: 0x00019D4C
21 {
22 get
23 {
24 return XmlSchemaWhiteSpace.Replace;
25 }
26 }
27
28 // Token: 0x06000932 RID: 2354 RVA: 0x0001BB5C File Offset: 0x00019D5C
30 {
31 }
32 }
33}
TypeCode
Definition TypeCode.cs:7