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
IXmlSchemaInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x0200012A RID: 298
6
public
interface
IXmlSchemaInfo
7
{
8
// Token: 0x170002AF RID: 687
9
// (get) Token: 0x06000A10 RID: 2576
10
XmlSchemaValidity
Validity
{
get
; }
11
12
// Token: 0x170002B0 RID: 688
13
// (get) Token: 0x06000A11 RID: 2577
14
bool
IsDefault
{
get
; }
15
16
// Token: 0x170002B1 RID: 689
17
// (get) Token: 0x06000A12 RID: 2578
18
bool
IsNil
{
get
; }
19
20
// Token: 0x170002B2 RID: 690
21
// (get) Token: 0x06000A13 RID: 2579
22
XmlSchemaSimpleType
MemberType
{
get
; }
23
24
// Token: 0x170002B3 RID: 691
25
// (get) Token: 0x06000A14 RID: 2580
26
XmlSchemaType
SchemaType
{
get
; }
27
28
// Token: 0x170002B4 RID: 692
29
// (get) Token: 0x06000A15 RID: 2581
30
XmlSchemaElement
SchemaElement
{
get
; }
31
32
// Token: 0x170002B5 RID: 693
33
// (get) Token: 0x06000A16 RID: 2582
34
XmlSchemaAttribute
SchemaAttribute
{
get
; }
35
}
36
}
System.Xml.Schema.XmlSchemaAttribute
Definition
XmlSchemaAttribute.cs:7
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:7
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:8
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.IXmlSchemaInfo.SchemaElement
XmlSchemaElement SchemaElement
Definition
IXmlSchemaInfo.cs:30
System.Xml.Schema.IXmlSchemaInfo.MemberType
XmlSchemaSimpleType MemberType
Definition
IXmlSchemaInfo.cs:22
System.Xml.Schema.IXmlSchemaInfo.IsNil
bool IsNil
Definition
IXmlSchemaInfo.cs:18
System.Xml.Schema.IXmlSchemaInfo.IsDefault
bool IsDefault
Definition
IXmlSchemaInfo.cs:14
System.Xml.Schema.IXmlSchemaInfo.Validity
XmlSchemaValidity Validity
Definition
IXmlSchemaInfo.cs:10
System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
XmlSchemaAttribute SchemaAttribute
Definition
IXmlSchemaInfo.cs:34
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:7
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:7
System.Xml.Schema.SchemaType
SchemaType
Definition
SchemaType.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
IXmlSchemaInfo.cs
Generated by
1.10.0