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.
1
using
System
;
2
using
System.Collections.Generic
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x02000017 RID: 23
7
internal
interface
IDtdAttributeListInfo
8
{
9
// Token: 0x17000009 RID: 9
10
// (get) Token: 0x06000074 RID: 116
11
bool
HasNonCDataAttributes
{
get
; }
12
13
// Token: 0x06000075 RID: 117
14
IDtdAttributeInfo
LookupAttribute
(
string
prefix,
string
localName);
15
16
// Token: 0x06000076 RID: 118
17
IEnumerable<IDtdDefaultAttributeInfo>
LookupDefaultAttributes
();
18
}
19
}
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:7
System.Xml.IDtdAttributeInfo
Definition
IDtdAttributeInfo.cs:7
System.Xml.IDtdAttributeListInfo.HasNonCDataAttributes
bool HasNonCDataAttributes
Definition
IDtdAttributeListInfo.cs:11
System.Xml.IDtdAttributeListInfo.LookupAttribute
IDtdAttributeInfo LookupAttribute(string prefix, string localName)
System.Xml.IDtdAttributeListInfo.LookupDefaultAttributes
IEnumerable< IDtdDefaultAttributeInfo > LookupDefaultAttributes()
System.Xml.IDtdAttributeListInfo
Definition
IDtdAttributeListInfo.cs:8
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
IDtdAttributeListInfo.cs
Generated by
1.10.0