Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlAsyncCheckReaderWithLineInfoNSSchema.cs
Go to the documentation of this file.
1
using
System.Xml.Schema
;
2
3
namespace
System.Xml
;
4
5
internal
sealed
class
XmlAsyncCheckReaderWithLineInfoNSSchema
:
XmlAsyncCheckReaderWithLineInfoNS
,
IXmlSchemaInfo
6
{
7
private
readonly
IXmlSchemaInfo
_readerAsIXmlSchemaInfo
;
8
9
XmlSchemaValidity
IXmlSchemaInfo.Validity
=>
_readerAsIXmlSchemaInfo
.
Validity
;
10
11
bool
IXmlSchemaInfo.IsDefault
=>
_readerAsIXmlSchemaInfo
.
IsDefault
;
12
13
bool
IXmlSchemaInfo.IsNil
=>
_readerAsIXmlSchemaInfo
.
IsNil
;
14
15
XmlSchemaSimpleType
IXmlSchemaInfo.MemberType
=>
_readerAsIXmlSchemaInfo
.
MemberType
;
16
17
XmlSchemaType
IXmlSchemaInfo.SchemaType
=>
_readerAsIXmlSchemaInfo
.
SchemaType
;
18
19
XmlSchemaElement
IXmlSchemaInfo.SchemaElement
=>
_readerAsIXmlSchemaInfo
.
SchemaElement
;
20
21
XmlSchemaAttribute
IXmlSchemaInfo.SchemaAttribute
=>
_readerAsIXmlSchemaInfo
.
SchemaAttribute
;
22
23
public
XmlAsyncCheckReaderWithLineInfoNSSchema
(
XmlReader
reader)
24
:
base
(reader)
25
{
26
_readerAsIXmlSchemaInfo
= (
IXmlSchemaInfo
)reader;
27
}
28
}
System.Xml.Schema.XmlSchemaAttribute
Definition
XmlSchemaAttribute.cs:8
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:8
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:6
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema._readerAsIXmlSchemaInfo
readonly IXmlSchemaInfo _readerAsIXmlSchemaInfo
Definition
XmlAsyncCheckReaderWithLineInfoNSSchema.cs:7
System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema.XmlAsyncCheckReaderWithLineInfoNSSchema
XmlAsyncCheckReaderWithLineInfoNSSchema(XmlReader reader)
Definition
XmlAsyncCheckReaderWithLineInfoNSSchema.cs:23
System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema
Definition
XmlAsyncCheckReaderWithLineInfoNSSchema.cs:6
System.Xml.XmlAsyncCheckReaderWithLineInfoNS
Definition
XmlAsyncCheckReaderWithLineInfoNS.cs:6
System.Xml.XmlReader
Definition
XmlReader.cs:14
System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
XmlSchemaAttribute? SchemaAttribute
Definition
IXmlSchemaInfo.cs:17
System.Xml.Schema.IXmlSchemaInfo.SchemaElement
XmlSchemaElement? SchemaElement
Definition
IXmlSchemaInfo.cs:15
System.Xml.Schema.IXmlSchemaInfo.IsNil
bool IsNil
Definition
IXmlSchemaInfo.cs:9
System.Xml.Schema.IXmlSchemaInfo.SchemaType
XmlSchemaType? SchemaType
Definition
IXmlSchemaInfo.cs:13
System.Xml.Schema.IXmlSchemaInfo.IsDefault
bool IsDefault
Definition
IXmlSchemaInfo.cs:7
System.Xml.Schema.IXmlSchemaInfo.MemberType
XmlSchemaSimpleType? MemberType
Definition
IXmlSchemaInfo.cs:11
System.Xml.Schema.IXmlSchemaInfo.Validity
XmlSchemaValidity Validity
Definition
IXmlSchemaInfo.cs:5
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:4
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
XmlAsyncCheckReaderWithLineInfoNSSchema.cs
Generated by
1.10.0