Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetTypeName()
string
System.Xml.Schema.XmlSchemaValidator.GetTypeName
(
SchemaDeclBase
decl
)
inline
private
Definition at line
1431
of file
XmlSchemaValidator.cs
.
1432
{
1433
string
text
=
decl
.SchemaType.QualifiedName.ToString();
1434
if
(
text
.Length == 0)
1435
{
1436
text
=
decl
.Datatype.TypeCodeString;
1437
}
1438
return
text
;
1439
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.text
@ text
References
System.text
.
System
Xml
Schema
XmlSchemaValidator
Generated by
1.10.0