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

◆ s_redefineAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_redefineAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[2]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaSchemaLocation, BuildRedefine_SchemaLocation)
}
static void BuildRedefine_SchemaLocation(XsdBuilder builder, string value)
static void BuildAnnotated_Id(XsdBuilder builder, string value)

Definition at line 556 of file XsdBuilder.cs.

557 {
558 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
559 new XsdAttributeEntry(SchemaNames.Token.SchemaSchemaLocation, BuildRedefine_SchemaLocation)
560 };