Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetTypeName()

string System.Xml.Schema.XmlSchemaValidator.GetTypeName ( SchemaDeclBase decl)
inlineprivate

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 }

References System.text.