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
IDtdDefaultAttributeInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000019 RID: 25
7 {
8 // Token: 0x17000011 RID: 17
9 // (get) Token: 0x0600007E RID: 126
10 string DefaultValueExpanded { get; }
11
12 // Token: 0x17000012 RID: 18
13 // (get) Token: 0x0600007F RID: 127
14 object DefaultValueTyped { get; }
15
16 // Token: 0x17000013 RID: 19
17 // (get) Token: 0x06000080 RID: 128
18 int ValueLineNumber { get; }
19
20 // Token: 0x17000014 RID: 20
21 // (get) Token: 0x06000081 RID: 129
22 int ValueLinePosition { get; }
23 }
24}