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
IDtdAttributeListInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 // Token: 0x02000017 RID: 23
7 internal interface IDtdAttributeListInfo
8 {
9 // Token: 0x17000009 RID: 9
10 // (get) Token: 0x06000074 RID: 116
12
13 // Token: 0x06000075 RID: 117
14 IDtdAttributeInfo LookupAttribute(string prefix, string localName);
15
16 // Token: 0x06000076 RID: 118
18 }
19}
IDtdAttributeInfo LookupAttribute(string prefix, string localName)
IEnumerable< IDtdDefaultAttributeInfo > LookupDefaultAttributes()