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

◆ s_groupAttributes

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

Definition at line 461 of file XsdBuilder.cs.

462 {
463 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
464 new XsdAttributeEntry(SchemaNames.Token.SchemaName, BuildGroup_Name)
465 };