terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IDtdAttributeListInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2ILInjected
;
4
5
namespace
System.Xml
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x2000017"
)]
8
internal
interface
IDtdAttributeListInfo
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x17000009"
)]
11
bool
HasNonCDataAttributes
12
{
13
[global::Cpp2ILInjected.Token(Token =
"0x6000074"
)]
14
get
;
15
}
16
17
[global::Cpp2ILInjected.Token(Token =
"0x6000075"
)]
18
IDtdAttributeInfo
LookupAttribute
(
string
prefix,
string
localName);
19
20
[global::Cpp2ILInjected.Token(Token =
"0x6000076"
)]
21
IEnumerable<IDtdDefaultAttributeInfo>
LookupDefaultAttributes
();
22
}
23
}
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:8
System.Xml.IDtdAttributeInfo
Definition
IDtdAttributeInfo.cs:8
System.Xml.IDtdAttributeListInfo.HasNonCDataAttributes
bool HasNonCDataAttributes
Definition
IDtdAttributeListInfo.cs:12
System.Xml.IDtdAttributeListInfo.LookupAttribute
IDtdAttributeInfo LookupAttribute(string prefix, string localName)
System.Xml.IDtdAttributeListInfo.LookupDefaultAttributes
IEnumerable< IDtdDefaultAttributeInfo > LookupDefaultAttributes()
System.Xml.IDtdAttributeListInfo
Definition
IDtdAttributeListInfo.cs:9
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.Xml
Definition
ElementWriter.cs:6
System
Definition
__Il2CppComDelegate.cs:6
source
System.Xml
System
Xml
IDtdAttributeListInfo.cs
Generated by
1.10.0