Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SchemaTypeName
XmlQualifiedName
System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName
get
set
Definition at line
100
of file
XmlSchemaAttribute.cs
.
101
{
102
get
103
{
104
return
_typeName
;
105
}
106
set
107
{
108
_typeName
= ((
value
==
null
) ? XmlQualifiedName.Empty :
value
);
109
}
110
}
System.Xml.Schema.XmlSchemaAttribute._typeName
XmlQualifiedName _typeName
Definition
XmlSchemaAttribute.cs:21
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaAttribute
Generated by
1.10.0