Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SchemaAttribute
XmlSchemaAttribute
IXmlSchemaInfo. System.Xml.XsdValidatingReader.SchemaAttribute
get
private
Implements
System.Xml.Schema.IXmlSchemaInfo
.
Definition at line
418
of file
XsdValidatingReader.cs
.
419
{
420
get
421
{
422
if
(
NodeType
== XmlNodeType.Attribute &&
_attributePSVI
!=
null
)
423
{
424
return
AttributeSchemaInfo
.
SchemaAttribute
;
425
}
426
return
null
;
427
}
428
}
System.Xml.Schema.XmlSchemaInfo.SchemaAttribute
XmlSchemaAttribute? SchemaAttribute
Definition
XmlSchemaInfo.cs:106
System.Xml.XsdValidatingReader.NodeType
override XmlNodeType NodeType
Definition
XsdValidatingReader.cs:119
System.Xml.XsdValidatingReader._attributePSVI
AttributePSVIInfo _attributePSVI
Definition
XsdValidatingReader.cs:54
System.Xml.XsdValidatingReader.AttributeSchemaInfo
XmlSchemaInfo AttributeSchemaInfo
Definition
XsdValidatingReader.cs:468
System
Xml
XsdValidatingReader
Generated by
1.10.0